v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Access Doors

Unlock Door as Admin

Sends a request to unlock a door with door_id irrespective of any user's door access privileges. The door_id is passed into the JSON object in the body of the request. The successful response will contain the unlocked door_id and the duration of the unlock.

post/access/v1/door/admin_unlock

Request body

door_idstring uuid

The UUID of the door to unlock.

Response

OK

door_idstring

The unique identifier of the door that was unlocked.

unlock_durationinteger

The duration of the unlock.