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
access_code_id
string<uuid>

ID of the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.

code
string

Code of the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.

device_id
string<uuid>

ID of the device containing the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.

Response

OK

access_code
object
required