GetActualPhoneNumberRegion
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_code
The country code
phone_category_name
The phone category name. See the [GetPhoneNumberCategories] method
country_state
The country state code (example: AL, CA, … )
phone_region_id
The phone region ID to filter
locale
The 2-letter locale code. Supported values are EN, RU
Response
Successful response
result
The [GetPhoneNumberRegions] function result.