Search for phone numbers available for purchase.
curl --request GET \
--url https://api.callingbox.io/v1/numbers/available \
--header 'Authorization: Bearer <token>'[
{
"phone_number": "+14155551234",
"country_code": "US",
"number_type": "local",
"state": "<string>",
"locality": "<string>",
"monthly_cost_cents": 100,
"upfront_cost_cents": 0,
"currency": "USD"
}
]API key starting with sk_
ISO country code
Area code to filter by (local numbers only)
Type of number to search for
local, toll_free Maximum results to return
Array of available numbers
Phone number in E.164 format
"+14155551234"
"US"
"local"
US state (for local numbers)
City or locality
100
0
"USD"
curl --request GET \
--url https://api.callingbox.io/v1/numbers/available \
--header 'Authorization: Bearer <token>'[
{
"phone_number": "+14155551234",
"country_code": "US",
"number_type": "local",
"state": "<string>",
"locality": "<string>",
"monthly_cost_cents": 100,
"upfront_cost_cents": 0,
"currency": "USD"
}
]