Retrieves the details of an Address that has been previously created. Use the unique ID that was returned from your previous request to identify the specific instance.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
If the address is divided into multiple sub-addresses, this identifies how the address is divided.
If the address is divided into multiple sub-addresses, this identifies the particular sub-address.
The state/province/region of the street address. In the USA and Canada, use the two-letter abbreviated form.
The postal code of the street address. Alias for postal_code for backwards compatibility.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: