Skip to main content

Retrieve an E911 address

GET 
/origination/e911_addresses/:id

Retrieves the details of an existing E911 address.

Request

Path Parameters

    id stringrequired

    ID of E911 Address to retrieve

Responses

200: E911 Address record response

401: Unauthorized

404: Resource not found

Request samples


curl -L 'https://api.telnyx.com/origination/e911_addresses/:id' \
-H 'Accept: application/json'

Response samples


{
"id": "string",
"first_name": "string",
"last_name": "string",
"business_name": "string",
"line_1": "string",
"line_2": "string",
"city": "string",
"state": "string",
"postal_code": "string"
}