PULSAR
API ReferenceBackoffice

Get Machine Products

Get machine products 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/products

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/products?companyId=0.1"
{  "companyId": 0.1,  "machineProducts": [    {      "machineId": 0.1,      "product": "standard"    }  ]}