API ReferencePublic
Get Operator By Id
Get a single operator by its ID.
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Path Parameters
id*number
The ID.
Format
doubleResponse Body
application/json
Try it live
curl -X GET "https://example.com/v1/public/operators/0.1"{ "id": 0.1, "company": { "name": "string", "id": 0.1 }, "firstName": "string", "lastName": "string"}