Skip to main content

Create an address

POST 

https://YOUR_SPACE.signalwire.com/api/relay/rest/addresses

To create a new Address, make a POST request to the Address resource.

Permissions

The API token must include the following scopes: Numbers.

Request

Responses

CREATED

Authorization: http

name: basic_authtype: httpscheme: basic

Request Collapse all
Base URL
https://YOUR_SPACE.signalwire.com/api/relay/rest
Auth
Body required
{
  "label": "My Address",
  "country": "US",
  "first_name": "Emmett",
  "last_name": "Brown",
  "street_number": "1640",
  "street_name": "Riverside Drive",
  "address_type": "Apartment",
  "address_number": "42",
  "city": "Alexandria",
  "state": "CA",
  "postal_code": "91905"
}
ResponseClear

Click the Send API Request button above and see the response here!