List already created addresses
GET {{baseUrl}}/v1/regulation/address?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
regulationAddressId | string | This is the ID of the regulation address which is returned by createRegulationAddress. | |
companyName | string | Name of the company. | |
firstName | string | First name of the customer. | |
lastName | string | Last name of the customer. | |
countryCodeA3 | string | The three letter identifier for the address's country. | |
city | string | The city for the address. | |
zipCode | string | The zip code for the address. | |
streetName | string | The street for the address. | |
buildingNumber | string | The building number for the address. | |
customerReference | string | The reference for the customer. | |
status | string | The status of the regulation address. | |
linked | string | Flag that specifies if the address has been linked to a DID. | |
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 |
---|---|---|---|
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
{"regulationAddresses":[{"addressId":"\u003cinteger\u003e","linked":"\u003cboolean\u003e","status":"\u003cstring\u003e","salutation":"\u003cstring\u003e","companyName":"\u003cstring\u003e","companyDescription":"\u003cstring\u003e","firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","countryCodeA3":"\u003cstring\u003e","city":"\u003cstring\u003e","zipCode":"\u003cstring\u003e","streetName":"\u003cstring\u003e","buildingNumber":"\u003cstring\u003e","buildingLetter":"\u003cstring\u003e","customerReference":"\u003cstring\u003e","extraFields":{"title":"\u003cstring\u003e","province":"\u003cstring\u003e","firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","nationality":"\u003cstring\u003e","streetCode":"\u003cstring\u003e","municipalityCode":"\u003cstring\u003e","idType":"\u003cstring\u003e","dateOfBirth":"\u003cstring\u003e","placeOfBirth":"\u003cstring\u003e","companyVatNumber":"\u003cstring\u003e","taxCode":"\u003cstring\u003e","idNumber":"\u003cstring\u003e","fiscalIdentificationCode":"\u003cstring\u003e","state":"\u003cstring\u003e"},"rejectionReasons":["\u003cstring\u003e","\u003cstring\u003e"]},{"addressId":"\u003cinteger\u003e","linked":"\u003cboolean\u003e","status":"\u003cstring\u003e","salutation":"\u003cstring\u003e","companyName":"\u003cstring\u003e","companyDescription":"\u003cstring\u003e","firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","countryCodeA3":"\u003cstring\u003e","city":"\u003cstring\u003e","zipCode":"\u003cstring\u003e","streetName":"\u003cstring\u003e","buildingNumber":"\u003cstring\u003e","buildingLetter":"\u003cstring\u003e","customerReference":"\u003cstring\u003e","extraFields":{"title":"\u003cstring\u003e","province":"\u003cstring\u003e","firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","nationality":"\u003cstring\u003e","streetCode":"\u003cstring\u003e","municipalityCode":"\u003cstring\u003e","idType":"\u003cstring\u003e","dateOfBirth":"\u003cstring\u003e","placeOfBirth":"\u003cstring\u003e","companyVatNumber":"\u003cstring\u003e","taxCode":"\u003cstring\u003e","idNumber":"\u003cstring\u003e","fiscalIdentificationCode":"\u003cstring\u003e","state":"\u003cstring\u003e"},"rejectionReasons":["\u003cstring\u003e","\u003cstring\u003e"]}],"resultCount":"\u003cinteger\u003e"}