Skip to main content
GET
Get regulatory requirements

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

countryCode
string

Two-letter ISO country code. Required unless phoneNumber is given.

Required string length: 2
type
enum<string>

Type of phone number (local, national, mobile, tollFree). Defaults to local. With phoneNumber, used only when the number's own requirements cannot be resolved and the country list is returned. Type of phone number. mobile is stocked in countries where no geographic (local) or non-geographic (national) inventory exists, and in several markets it is the only type that can receive SMS.

Available options:
local,
national,
tollFree,
mobile
phoneNumber
string

E.164 number from GET /v1/phone-numbers/available, with + encoded as %2B. Returns the requirements the purchase of that number checks. Takes precedence over countryCode.

Response

Requirements for the number, or for the country and type.

items
object[]
required