Phone
Use Phone endpoints for telephony resource management.Authentication & scope
- Header:
X-API-Key: YOUR_API_KEY - Read operations:
phone:read - Write operations:
phone:write - Use API Reference for Try-it on each phone endpoint.
GET /v1/phone/numbers
Lists available numbers for purchase/assignment.
Bash
Node
Python
Common status codes
200success403missingphone:read500server error
GET /v1/phone/purchases
Lists purchased numbers for your organization.
Bash
Node
Python
Common status codes
200success403missingphone:read500server error
GET /v1/phone/contacts/{id}
Lists contacts for a purchased number.
Bash
Node
Python
Common status codes
200success403missingphone:read404purchase not found500server error
POST /v1/phone/allocate-assistant
Assigns inbound/outbound assistants to a number. Body is DTO-accurate to PhoneAssistantDTO.
Bash
Node
Python
Common status codes
200success400validation error403missingphone:write404resource not found500server error
POST /v1/phone/schedule-call
Schedules outbound calls. Body is DTO-accurate to ScheduleCallDTO.
Bash
Node
Python
201 Created
Common status codes
201scheduled400validation error403missingphone:write404resource not found500server error