Get Phone Number Price
Get the pricing for purchasing a phone number by country and type.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Query Parameters
countrystringrequiredCountry code (e.g., "US", "CA", "AU", "GB").
typestringrequiredType of phone number. Options: "local", "tollFree", "mobile".
Response Fields
countrystringCountry code.
typestringPhone number type.
pricenumberMonthly price for the phone number in USD.
{
"country": "US",
"type": "local",
"price": 1.15
}