Check if address is valid to activate numbers
GET {{baseUrl}}/v1/regulation/address/:regulationAddressId/validation?didType=<string>&destinationCountryCodeA3=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
didType | string | The did type for the destination did. | |
destinationCountryCodeA3 | string | The three letter identifier for country of the destination did. |
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
{"isValid":true,"reasons":null}