v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Access Doors

Unlock Door as User

Sends a request to unlock a door with door_id as the user with the specified user_id or external_id. The door_id and one of either the external ID or Verkada user ID (but not both) are passed in the json object in the body of the request. The unlock request will only be granted if the user with the specified user_id has door access permissions for that door_id through an Access Level in Verkada Command. The successful response will contain the unlocked door_id and the duration of the unlock.

post/access/v1/door/user_unlock

Request body

door_idstring uuid

The UUID of the door to unlock.

external_idstring

An externally defined unique identifier provided by the customer.

user_idstring uuid

The unique identifier of the user managed by Verkada.

Response

OK

door_idstring

The unique identifier of the door that was unlocked.

unlock_durationinteger

The duration of the unlock.