Search Global Number Inventory by City and Area Code

GET {{baseUrl}}/v1/inventory/didgroup?countryCodeA3=<string>&pageNumber=0&pageSize=20

Request Params

KeyDatatypeRequiredDescription
countryCodeA3stringIndicates the country code of the DID group in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.).
didGroupIdsstringCan be used if you want information about specific DID groups. Note that you can specify multiple ids by repeating the query parameter.
stateIdstringThe numerical identifier for the didGroup's state. Please see the listState operation to retrieve a valid state identifier.
cityNamePatternstringA string pattern to be matched the city name. The entered string will be searched within any part of the city name.
rateCenterstringThe rate center can be defined as a zone (which can be equivalent to a city or the area of a city) e.g. the rate center of 'NEW YORK CITY ZONE 1' would be 'NWYRCYZN01'. The rate center is a notion usually used in north America.
areaCodestringThe area code of the DID group (e.g. '646').
didTypestringThe type of DID.
showEmptystringSet to true if you want to show the didGroups with no stock currently available.
featureIdsstringCan be used if you want to list DID groups that support certain features such as VoxSMS or VoxFAX. (eg. 6 for VoxFAX, 25 for VoxSMS, 50 for Voice). Note that you can specify multiple features by repeating the query parameter.
quantitystringThe quantity of numbers you want to return in your results.
consecutivestringIndicating if you want the numbers returned in your results to consecutive only, or not. (true/false).
digitsstringYou can search a specific phone number in the Bandwidth inventory with a specific pattern e.g. 123.
pageNumbernumberThe page number, starting at 0.
pageSizenumberThe page size (max number of entities that are displayed in the response).

HEADERS

KeyDatatypeRequiredDescription
apikeystringAuthentication 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.
Acceptstring

RESPONSES

status: OK

{&quot;didGroups&quot;:[{&quot;didGroupId&quot;:6557,&quot;countryCodeA3&quot;:&quot;USA&quot;,&quot;stateId&quot;:18,&quot;didType&quot;:&quot;GEOGRAPHIC&quot;,&quot;cityName&quot;:&quot;ABBEVILLE&quot;,&quot;areaCode&quot;:&quot;337&quot;,&quot;rateCenter&quot;:&quot;ABBEVILLE&quot;,&quot;stock&quot;:34,&quot;setup100&quot;:0,&quot;monthly100&quot;:21,&quot;available&quot;:true,&quot;regulationRequirement&quot;:null,&quot;features&quot;:[{&quot;featureId&quot;:6,&quot;name&quot;:&quot;VoxFax&quot;,&quot;description&quot;:&quot;VoxFax&quot;},{&quot;featureId&quot;:50,&quot;name&quot;:&quot;Voice&quot;,&quot;description&quot;:&quot;Voice&quot;},{&quot;featureId&quot;:51,&quot;name&quot;:&quot;VoxOUT International&quot;,&quot;description&quot;:&quot;Used to build the coverage pages in the public website&quot;},{&quot;featureId&quot;:5,&quot;name&quot;:&quot;T.38&quot;,&quot;description&quot;:&quot;T.38&quot;},{&quot;featureId&quot;:29,&quot;name&quot;:&quot;VoxOUT Emergency&quot;,&quot;description&quot;:&quot;Feature that allows the VoxDID to access emergency services&quot;},{&quot;featureId&quot;:52,&quot;name&quot;:&quot;VoxOUT National&quot;,&quot;description&quot;:&quot;Used to build the coverage pages in the public website&quot;},{&quot;featureId&quot;:25,&quot;name&quot;:&quot;VoxSMS&quot;,&quot;description&quot;:&quot;VoxSMS&quot;}]},{&quot;didGroupId&quot;:8371,&quot;countryCodeA3&quot;:&quot;USA&quot;,&quot;stateId&quot;:null,&quot;didType&quot;:&quot;TOLL_FREE&quot;,&quot;cityName&quot;:null,&quot;areaCode&quot;:&quot;888&quot;,&quot;rateCenter&quot;:null,&quot;stock&quot;:141,&quot;setup100&quot;:0,&quot;monthly100&quot;:83,&quot;available&quot;:true,&quot;regulationRequirement&quot;:null,&quot;features&quot;:[{&quot;featureId&quot;:6,&quot;name&quot;:&quot;VoxFax&quot;,&quot;description&quot;:&quot;VoxFax&quot;},{&quot;featureId&quot;:50,&quot;name&quot;:&quot;Voice&quot;,&quot;description&quot;:&quot;Voice&quot;},{&quot;featureId&quot;:51,&quot;name&quot;:&quot;VoxOUT International&quot;,&quot;description&quot;:&quot;Used to build the coverage pages in the public website&quot;},{&quot;featureId&quot;:5,&quot;name&quot;:&quot;T.38&quot;,&quot;description&quot;:&quot;T.38&quot;},{&quot;featureId&quot;:29,&quot;name&quot;:&quot;VoxOUT Emergency&quot;,&quot;description&quot;:&quot;Feature that allows the VoxDID to access emergency services&quot;},{&quot;featureId&quot;:52,&quot;name&quot;:&quot;VoxOUT National&quot;,&quot;description&quot;:&quot;Used to build the coverage pages in the public website&quot;}]}],&quot;resultCount&quot;:2}