API ReferenceBackoffice
Get Company Features
Get features for a company
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Query Parameters
companyId*number
The company's ID.
Format
doubleResponse Body
application/json
Try it live
curl -X GET "https://example.com/backoffice/features?companyId=0.1"{ "companyId": 0.1, "features": [ { "feature": "realtimeV2", "enabled": true } ]}