/accesslevels/list

Retrieves all access levels as configured in each access control system that the integrator has access to.

Authentication Type: Integration API Key

There is no parameters for this request.

Responses

{
    "levels": 
    [ 
        { 
            "id": "d344c359-9fd9-48ed-bb02-7426a831dfac",
            "name": "access-level-name", 
            "system_id": "abc123-001" 
        },
        { 
            "id": "e287a335-d082-4313-85ea-32f4291134ce",
            "name": "another level", 
            "system_id": "abc123-001" 
        }
    ]
}

AccessLevelResponse Model

AccessLevel Model

Last updated