Skip to main content
GET

Request

Retrieve a list of all phone numbers associated with your account.

Headers

string
required
Bearer token for authentication. Format: Bearer YOUR_API_KEY

Query Parameters

integer
default:"20"
Number of phone numbers to return (1-100)
string
Pagination cursor from a previous response
string
Filter by status: active, pending, inactive
string
Filter by country code (e.g., US, GB, CA)

Response

array
Array of phone number objects
boolean
Whether there are more results available
string
Cursor for fetching the next page
integer
Total number of phone numbers

Phone Number Object

Error Codes