Description | : Gets the list of available area codes. |
Reference | : Link ¶ |
⚼ Request
GET:
/availablePhoneNumbers/countries/{countryCode}/areaCodes
{
countryCode:
string
,
phoneNumberType:
string
,
skip:
integer
,
maxPageSize:
integer
,
assignmentType:
string
,
locality:
string
,
administrativeDivision:
string
,
api-version:
string
,
accept-language:
string
,
}
⚐ Response (200)
{
areaCodes:
[
]
,
{
,
areaCode:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}
innererror:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}