Skip to main content
GET
List phone numbers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Filter by phone number status.

Available options:
active,
suspended,
pending
limit
integer
default:50
Required range: x <= 100
cursor
string

Pagination cursor.

Response

List of phone numbers.

items
object[]
required
nextCursor
string | null