PULSAR
API ReferenceBackoffice

Get Company Features

Get features for a company

Authorization

bearerAuth superuser
Authorization<token>

In: header

Scope: superuser

Query Parameters

companyId*number

The company's ID.

Formatdouble

Response Body

application/json

Try it live
GET
/backoffice/features

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/backoffice/features?companyId=0.1"
{  "companyId": 0.1,  "features": [    {      "feature": "realtimeV2",      "enabled": true    }  ]}