Skip to main content
GET
/
v1.0
/
numbers
/
e911address
cURL
curl -X GET 'https://api.telegent.com/v1.0/numbers/e911address?PhoneNumber=%2B12345678901&AccountId=AID-xxxx' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "PhoneNumber": "+13852217924",
  "AccountId": "AID-eab92510-1040-45a5-bb9c-xxxx",
  "E911Address": {
    "Street1": "2701 N THANKSGIVING WAY",
    "Street2": null,
    "City": "LEHI",
    "State": "UT",
    "Zip": "84048-6330"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

PhoneNumber
string
required

The E.164-formatted phone number to look up (e.g. +12345678901)

AccountId
string

Account identifier (e.g. AID-xxxx). Required for Distributors managing multiple accounts.

Response

E911 address retrieved successfully

The response is of type object.