v1

latestOpenAPI 3.1.1Proprietary2026-07-245895107.9 KB
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

countrystring required

ISO 3166-1 alpha-2 country code

prefixstring required

International prefix

localPrefixstring required

Local prefix

areastring required

Name of the area

type'geographic' | 'mobile' | 'non-geographic' | 'personal' | 'platform' | 'sharedrevenue' | 'sms-only' | 'special' | 'tollfree' | 'verified' required

Type of number

Example response

[
  {
    "available": {
      "classic": 100,
      "gold": 10
    },
    "country": "FR",
    "prefix": "+331",
    "localPrefix": "01",
    "area": "Paris",
    "type": "geographic"
  }
]