v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14191644620.9 KB

Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.

post/emergency-calling/address

Request body

AwsAccountIdstring required

The AWS account ID.

StreetNumberstring password required

The address street number, such as <code>200</code> or <code>2121</code>.

StreetInfostring password required

The address street information, such as <code>8th Avenue</code>.

Citystring password required

The address city, such as <code>Portland</code>.

Statestring password required

The address state, such as <code>ME</code>.

Countrystring password required

The address country, such as <code>US</code>.

PostalCodestring password required

The address postal code, such as <code>04352</code>.

Response

Success

ValidationResultinteger

Number indicating the result of address validation. <code>0</code> means the address was perfect as is and successfully validated. <code>1</code> means the address was corrected. <code>2</code> means the address sent was not close enough and was not validated.

AddressExternalIdstring

The ID that represents the address.