List Access Codes
Get all access codes
Returns a list of all access codes.
Specify either device_id or access_code_ids.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_keystringOptional
Customer key for which you want to list access codes.
device_idstring · uuidOptional
ID of the device for which you want to list access codes. Specify either device_id or access_code_ids.
access_code_idsstring · uuid[]Optional
IDs of the access codes that you want to retrieve. Specify either device_id or access_code_ids.
user_identifier_keystringOptional
Your user ID for the user by which to filter access codes.
limitnumber · floatOptionalDefault:
Numerical limit on the number of access codes to return.
55000page_cursorstring · nullableOptional
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/access_codes/listRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Sample Response
Last updated
Was this helpful?

