Get activation requirements and available area codes within a country
GET {{baseUrl}}/v1/inventory/country/:countryCodeA3
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Accept | string |
RESPONSES
status: OK
{"countries":[{"countryCodeA3":"USA","countryName":"UNITED STATES","phoneCode":1,"hasStates":true,"hasRegulationRequirement":false}],"resultCount":1}