Last updated
Was this helpful?
Last updated
Was this helpful?
Access Codes CRUD endpoints Seam to list access codes created on a door lock.
After a Door Lock Owner logs in, Seam lists all the access codes programmed and shows them what's been programmed on the door lock. Your Door Locks system should return a JSON list of the access codes on a door lock.
GET
https://devicecloud.example.com/access_codes?lock_id=<LOCK_ID>
Seam may request access code information to display information about an access code to the connecting user.
GET
https://devicecloud.example.com/access_codes/<ACCESS_CODE_ID>
Seam needs to disable access codes. We need an endpoint to be able to remove an access code.
DELETE
https://devicecloud.example.com/access_codes/<ACCESS_CODE_ID>
Authorization*
String
Bearer <access_token>
ACCESS_CODE_ID*
String
Identifier for Access Code
Authorization*
String
Bearer <access_token>
Authorization*
String
Bearer <access_token>
Content-Type*
String
application/json