Search Coverage by Country
GET {{baseUrl}}/v1/inventory/country?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
countryCodeA3 | string | The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, and special code 'WLD' for iNum numbers). | |
didType | string | The type of DIDs (service) offered for the country. | |
pageNumber | number | The page number, starting at 0. | |
pageSize | number | The page size (max number of entities that are displayed in the response). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
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. | |
RESPONSES
status: OK
{"countries":[{"countryCodeA3":"ARG","countryName":"ARGENTINA","phoneCode":54,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"AUS","countryName":"AUSTRALIA","phoneCode":61,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"AUT","countryName":"AUSTRIA","phoneCode":43,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"BEL","countryName":"BELGIUM","phoneCode":32,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"BRA","countryName":"BRAZIL","phoneCode":55,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"BGR","countryName":"BULGARIA","phoneCode":359,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"CAN","countryName":"CANADA","phoneCode":1,"hasStates":true,"hasRegulationRequirement":false},{"countryCodeA3":"CHL","countryName":"CHILE","phoneCode":56,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"CHN","countryName":"CHINA","phoneCode":86,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"COL","countryName":"COLOMBIA","phoneCode":57,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"HRV","countryName":"CROATIA","phoneCode":385,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"CYP","countryName":"CYPRUS","phoneCode":357,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"CZE","countryName":"CZECH REPUBLIC","phoneCode":420,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"DNK","countryName":"DENMARK","phoneCode":45,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"DOM","countryName":"DOMINICAN REPUBLIC","phoneCode":1,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"SLV","countryName":"EL SALVADOR","phoneCode":503,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"EST","countryName":"ESTONIA","phoneCode":372,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"FIN","countryName":"FINLAND","phoneCode":358,"hasStates":false,"hasRegulationRequirement":false},{"countryCodeA3":"FRA","countryName":"FRANCE","phoneCode":33,"hasStates":false,"hasRegulationRequirement":true},{"countryCodeA3":"GEO","countryName":"GEORGIA","phoneCode":995,"hasStates":false,"hasRegulationRequirement":true}],"resultCount":63}