OpenPhn docs
Referencewizard

Provision

POST
/v1/wizard/provision

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/v1/wizard/provision" \  -H "Content-Type: application/json" \  -d '{    "business_name": "string",    "business_description": "string",    "area_code": "str",    "config": {}  }'
{
  "tenant_id": "string",
  "number": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}