Search numbers you could buy
Lists numbers the carrier currently has available, with their one-off and monthly cost. Narrow the search by area code, city, or state. Nothing is reserved or charged here — a number is only yours once you order it and the order completes.
Query Parameters
- Type: stringnullablearea
_code - Type: stringcitymin length:1max length:64nullable
- Type: stringstatemin length:1max length:64nullable
- Type: integerlimitmin:1max:50
Integer numbers.
Responses
- application/json
- application/json
Request Example for get/v1/available-phone-numbers
curl '/v1/available-phone-numbers?limit=10' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"phone_numbers": [
{
"phone_number": "string",
"region_information": [
{
"region_type": "country_code",
"region_name": "string"
}
],
"features": [
"emergency"
],
"cost_information": {
"upfront_cost": "string",
"monthly_cost": "string",
"currency": "string"
}
}
]
}
