Skip to main content
POST
/
api
/
integrations
/
accessControl
/
getKisiPlaces
Get list of Kisi places to assign cameras
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/accessControl/getKisiPlaces \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "apiSecretKey": "<string>"
}
'
{
  "authError": true,
  "error": true,
  "errorMsg": "<string>",
  "places": [
    {
      "alertUnauthorizedFaces": true,
      "createSeekPoints": true,
      "id": 123,
      "identifyFacesFromBadge": true,
      "name": "<string>",
      "saveClips": true
    }
  ],
  "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
apiSecretKey
string | null

Response

200 - application/json

OK

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