Phone Numbers Store
List available prefixes
Get the list of prefixes available in the number store.
get/numbers/store/prefixes
Query parameters
countrystring required
ISO 3166-1 alpha-2 country code
Example:FR
type'geographic' | 'mobile' | 'non-geographic' | 'personal' | 'platform' | 'sharedrevenue' | 'sms-only' | 'special' | 'tollfree' | 'verified' required
Type of number
Example:geographic
Response
Prefixes available
Example response
[
{
"available": {
"classic": 100,
"gold": 10
},
"country": "FR",
"prefix": "+331",
"localPrefix": "01",
"area": "Paris",
"type": "geographic"
}
]