GetActualPhoneNumberRegion

View as Markdown

Get actual info on the country region of the phone numbers. The response also contains the info about multiple numbers subscription for the child accounts.

Example request: Get the Germany region of the phone numbers.

Authentication

AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value: ``` Authorization: Bearer $VOXIMPLANT_TOKEN ``` See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.

Query parameters

country_codestringRequired
The country code
phone_category_namestringRequired

The phone category name. See the [GetPhoneNumberCategories] method

country_statestringOptional

The country state code (example: AL, CA, … )

phone_region_idintegerRequired
The phone region ID to filter
localestringOptional

The 2-letter locale code. Supported values are EN, RU

Response

Successful response
resultobject

The [GetPhoneNumberRegions] function result.