Register an E911 address

Registers the physical address emergency services are given when someone calls 911 from caller_id. Verify the address before sending it — this is the address dispatchers use to find the caller. The number must be a +1 number already on your account. When a registration already exists, the response is 200 and describes the existing, reactivated or resynchronized record instead of creating a new one, and an already active or pending registration for the same number is refused with 409. Addresses are Canadian: province and postal code are validated against Canadian formats, and the stored record and the emergency-services provider are updated in separate steps, so a 201 can still report a pending or failed provider status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The number to register, as +1 followed by ten digits. It must already exist as a destination on your account.

string

Optional account identifier. When sent, it must match your own account.

string

Optional account domain name. When sent, it must resolve to your own account.

address
object
required

The street address emergency services will be given. Every field below is validated before anything is saved.

string
required

Required. Name shown with the address, up to 100 characters, from a restricted character set.

string
required

Street number: digits, optionally followed by a single letter.

string
required

Street name. Must not be empty, and uses a restricted character set.

string | null

Suite or unit, up to 20 characters after trimming. Defaults to none.

string
required

City name. Letters, spaces, apostrophes and hyphens only.

string
required

Canadian province or territory, as a code or an accepted full name. Stored uppercased.

string
required

Canadian postal code. Stored uppercased with normalized spacing.

string

Language for the emergency-services record: E or F, case-insensitive. Defaults to E.

Responses

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json