Phone Numbers

Manage phone numbers for outbound calling

List phone numbers

get

List all phone numbers configured in your account. These numbers can be used for outbound calling by referencing their ID.

Authorizations
X-API-KeystringRequired

API key for authentication

Query parameters
pageinteger · min: 1Optional

Page number for pagination

Default: 1
limitinteger · min: 1 · max: 100Optional

Number of items per page

Default: 20
agentIdstringOptional

Filter by agent ID

statusstring · enumOptional

Filter by assignment status

Possible values:
Responses
200

Successful response

application/json
get
/numbers
200

Successful response

Get phone number details

get

Get details of a specific phone number

Authorizations
X-API-KeystringRequired

API key for authentication

Path parameters
idstringRequired

Phone number ID

Responses
200

Successful response

application/json
get
/numbers/{id}

Last updated