Skip to main content

Get Lock Belonging To Tile (v3)

This endpoint identifies which lock belongs to the specific tile.

HTTP Request

GET https://api.doordeck.com/tile/TILE_ID/

Request Headers

HeaderRequiredDescription
Accepttrueapplication/vnd.doordeck.api-v3+json

Example

CURL
curl 'https://api.doordeck.com/tile/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 tile ID.