PULSAR

Get Operator By Id

Get a single operator by its ID.

Authorization

bearerAuth superuser
Authorization<token>

In: header

Scope: superuser

Path Parameters

id*number

The ID.

Formatdouble

Response Body

application/json

Try it live
GET
/v1/public/operators/{id}

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/v1/public/operators/0.1"
{  "id": 0.1,  "company": {    "name": "string",    "id": 0.1  },  "firstName": "string",  "lastName": "string"}