List Unmanaged Access Codes
Get all unmanaged access codes
Returns a list of all unmanaged access codes for a device.
The guide to migrating existing access codes provides an overview of the difference between managed and unmanaged access codes.
Not all providers support unmanaged access codes. The following providers do not support unmanaged access codes:
Request
Filter the list of returned unmanaged access codes by device ID. You can also filter by user identifier key.
Request Body Parameters
device_id
String (UUID) Required
ID of the devices for which to retrieve unmanaged access codes.
user_identifier_key
String Optional
Your own internal user ID for the user by which to filter unmanaged 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