Create E911 address
To create a new Address, make a POST request to the Address resource.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
To create a new Address, make a POST request to the Address resource.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
The state/province/region of the street address. In the USA and Canada, use the two-letter abbreviated form.
If the address is divided into multiple sub-addresses, this identifies how the address is divided. Possible values are: Apartment, Basement, Building, Department, Floor, Office, Penthouse, Suite, Trailer, Unit.
If the address is divided into multiple sub-addresses, this identifies the particular sub-address.
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: