API ReferenceProvisioning
Complete provisioning with SIM number and machine code (account_manager)
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Provisioning request ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://api.xentr.ai/api/provisioning-requests/string/complete" \ -H "Content-Type: application/json" \ -d '{ "simNumber": "8988228066601234567", "machineCode": "CNC-004" }'Empty