Get Shareable Locks
This endpoint returns the names and IDs of locks where the current user is an administrator.
HTTP Request
GET https://api.doordeck.com/device/shareable
Example
- Request
- Response
CURL
curl "https://api.doordeck.com/device/shareable" \
-H "Authorization: Bearer TOKEN"
Remember
Replace TOKEN with your access token.
JSON
[
{
"id": "08aa6b81-30cf-11e8-ba42-6986d3c6ca8e",
"name": "Demo #1"
},
{
"id": "48dceebb-31cf-11e8-a9fe-6986d3c6ca8e",
"name": "Demo #2"
}
]