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