Skip to main content
POST
/
api
/
accesscontrol
/
unlockAccessControlledDoor
Unlock access controlled door
curl --request POST \
  --url https://api2.rhombussystems.com/api/accesscontrol/unlockAccessControlledDoor \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "accessControlledDoorUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "type": "ERROR"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request to unlock an access controlled door.

accessControlledDoorUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Success response for unlock access controlled door operation.

type
enum<string> | null
Available options:
ERROR,
SUCCESS