API ReferencePhone numbers

Submit a phone number request

POST
/api/v1/console/phone-numbers/request

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Team API key (prefix sk_). You may also send the key via X-Api-Key header.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/console/phone-numbers/request" \  -H "Content-Type: application/json" \  -d '{    "business_name": "Acme Support Ltd",    "intended_use": "Inbound customer support and appointment booking",    "region": "ng",    "agent_count": 1,    "outbound_minutes": 500  }'
Empty