Skip to main content
POST
Get organization features

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for getting organization features.

Response

200 - application/json

OK

Response object containing organization feature flags.

behaviorDetection
boolean | null

Whether behavior detection is enabled

Example:

false

cloudArchiving
boolean | null

Whether cloud archiving is enabled

Example:

false

engagementCounting
boolean | null

Whether engagement counting is enabled

Example:

false

error
boolean | null
errorMsg
string | null
faceCounting
boolean | null

Whether face counting is enabled

Example:

false

faceCountingNonUnique
boolean | null

Whether non-unique face counting is enabled

Example:

false

faceRecognition
boolean | null

Whether face recognition is enabled

Example:

false

licensePlateRecognition
boolean | null

Whether license plate recognition is enabled

Example:

false

peopleCounting
boolean | null

Whether people counting is enabled

Example:

false

ppeDetection
boolean | null

Whether PPE detection is enabled

Example:

false

rulesEngine
boolean | null

Whether rules engine is enabled (deprecated)

Example:

false

vehicleCounting
boolean | null

Whether vehicle counting is enabled

Example:

false

warningMsg
string | null
Last modified on August 21, 2026