Skip to main content
POST
/
api
/
integrations
/
accessControl
/
getBrivoDoorsV3
Get list of available Brivo doors to assign cameras V3
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/accessControl/getBrivoDoorsV3 \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "password": "<string>",
  "username": "<string>"
}
'
{
  "authError": true,
  "doors": [
    {
      "id": 123,
      "name": "<string>"
    }
  ],
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

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
password
string | null
username
string | null

Response

200 - application/json

OK

authError
boolean | null
doors
object[] | null
error
boolean | null
errorMsg
string | null
warningMsg
string | null