Skip to main content

Get A Single Lock

This endpoint retrieves information about a specific lock, its usage is preferred over the list lock call for performance reasons.

HTTP Request

GET https://api.doordeck.com/device/LOCK_ID

Example

CURL
curl 'https://api.doordeck.com/device/00000000-0000-0000-0000-000000000000' \
-H "Accept: application/vnd.doordeck.api-v3+json" \
-H "Authorization: Bearer TOKEN"
Remember
  • Replace TOKEN with your access token.
  • Replace 00000000-0000-0000-0000-000000000000 with the lock's ID.