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 β‡’ { access_code }
Authentication Methods
  • API key

  • Client session token

To learn more, see Authentication.

Request Parameters

access_code_id String

ID of the 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 access code that you want to get. You must specify either access_code_id or both device_id and code.


device_id String

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

access_code

{
  JSON representation of access_code
}

Last updated

Was this helpful?

Revision created

ci: Generate docs