Check if address is valid to activate numbers

GET {{baseUrl}}/v1/regulation/address/:regulationAddressId/validation?didType=<string>&destinationCountryCodeA3=<string>

Request Params

KeyDatatypeRequiredDescription
didTypestringThe did type for the destination did.
destinationCountryCodeA3stringThe three letter identifier for country of the destination did.

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;isValid&quot;:true,&quot;reasons&quot;:null}