API ReferencePublic
Get Machines
List machines.
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Response Body
application/json
Try it live
curl -X GET "https://example.com/v1/public/machines"[ { "id": 0.1, "name": "string", "externalName": "string", "isActive": true, "isCountEnabled": true }]