E911 Addresses
Get E911 address
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.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
Learn more about API scopes.
get/api/relay/rest/addresses/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the address.
Response
The request has succeeded.
Example response
{
"label": "My Address",
"country": "US",
"first_name": "Emmett",
"last_name": "Brown",
"street_number": "1640",
"street_name": "Riverside Drive",
"address_number": "42",
"city": "Alexandria",
"state": "CA",
"postal_code": "91905",
"zip_code": "91905"
}