Get an Access Code
Returns a specified access code.
You must specify either access_code_id or both device_id and code.
You must include at least one request parameter.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
ID of the access code that you want to get. You must specify either access_code_id or both device_id and code.
Code of the access code that you want to get. You must specify either access_code_id or both device_id and code.
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
Represents a smart lock access code. See the access_code object.