Skip to main content
GET
cURL

Authorizations

X-API-KEY
string
header
required

Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.

Query Parameters

page
integer<int32>

The page number to return

limit
integer<int32>

The maximum number of results to return

Response

Phone numbers response

count
integer

The total number of phone numbers

Example:

10

next
string | null

The next page of phone numbers

Example:

"https://api.puretalk.ai/api/phone-numbers?page=2"

previous
string | null

The previous page of phone numbers

Example:

"https://api.puretalk.ai/api/phone-numbers?page=1"

results
object[]