Skip to main content
GET
Return a list of phone numbers for a user.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Query Parameters

voiceAgentId
string

Optional UUID of the voice agent to filter associated Twilio numbers.

Example:

"d949f13f-40d2-4e48-ac86-b66633070603"

skip
string

Page number for pagination. Defaults to '1'.

Example:

"1"

take
string

Number of items to take for pagination. Defaults to '10'.

Example:

"10"

provider
enum<string>

The type of the phone numbers provider to filter upon.

Available options:
TWILIO,
SIP
Example:

"TWILIO"

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Success"

data
object[]