/access_codes

Get an Access Code

Returns a specified access code.

You must specify either access_code_id or both device_id and code.

post/access_codes/get

Request body

access_code_idstring uuid

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

codestring

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

device_idstring uuid

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

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.