List Access Codes
Get all access codes
Returns a list of all access codes.
Request
Filter the list of returned access codes by device ID or access code IDs. You can also filter by user identifier key. You must include at least device_id
or access_code_ids
.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String (UUID) Optional | ID of the devices for which to retrieve access codes. |
| Array of strings (UUIDs) Optional | IDs of the access codes to retrieve. |
| String Optional | Your own internal user ID for the user by which to filter access codes. |
Sample Request
Response
Returns an access_codes
array, in which each returned access_code
contains the set of applicable access code properties. For details, see Access Codes.
Sample Response
Last updated