XentrDeveloper Docs
API ReferenceProvisioning

Create a provisioning request (org_admin)

POST
/api/provisioning-requests
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/provisioning-requests" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "a1b2c3d4-1111-2222-3333-444455556666",    "factoryId": "biocare-main",    "machineName": "CNC Lathe #4",    "machineType": "iot"  }'
Empty