Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the device for which you want to list unmanaged access codes.

limit
number<float>
default:300000

Numerical limit on the number of unmanaged access codes to return.

page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

String for which to search. Filters returned access codes to include all records that satisfy a partial match using name, code or access_code_id.

Minimum string length: 1
user_identifier_key
string

Your user ID for the user by which to filter unmanaged access codes.

Response

OK

access_codes
object[]
required
pagination
object
required

Information about the current page of results.