v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1496339309.1 KB

Validates an address to be used for 911 calls made with Amazon Chime SDK 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 country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as <code>US</code>. For more information, see <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a> in Wikipedia.

PostalCodestring password required

The dress postal code, such <code>04352</code>.

Response

Success

ValidationResultinteger
<p>Number indicating the result of address validation.</p> <p>Each possible result is defined as follows:</p> <ul> <li> <p> <code>0</code> - Address validation succeeded.</p> </li> <li> <p> <code>1</code> - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.</p> </li> <li> <p> <code>2</code> - Address validation failed. You should re-submit the validation request with candidates from the <code>CandidateAddressList</code> result, if it's a close match.</p> </li> </ul>
AddressExternalIdstring

The ID that represents the address.