List Access Codes
Get all access codes
Last updated
Was this helpful?
Get all access codes
Last updated
Was this helpful?
Returns a list of all .
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
.
device_id
String (UUID) Optional
ID of the devices for which to retrieve access codes.
access_code_ids
Array of strings (UUIDs) Optional
IDs of the access codes to retrieve.
user_identifier_key
String Optional
Your own internal user ID for the user by which to filter access codes.
Returns an access_codes
array, in which each returned access_code
contains the set of applicable access code properties. For details, see .
Returns a list of all access codes.
Specify either device_id
or access_code_ids
.
ID of the device for which you want to list access codes. Specify either device_id
or access_code_ids
.
IDs of the access codes that you want to retrieve. Specify either device_id
or access_code_ids
.
Your user ID for the user by which to filter access codes.