http://service.chime.aws.amazon.com/emergency-calling/addressValidates 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.
The address city, such as <code>Portland</code>.
The address state, such as <code>ME</code>.
The address country, such as <code>US</code>.
The address postal code, such as <code>04352</code>.
The address street information, such as <code>8th Avenue</code>.
The AWS account ID.
The address street number, such as <code>200</code> or <code>2121</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://service.chime.aws.amazon.com/emergency-calling/address' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://service.chime.aws.amazon.com/emergency-calling/addressValidates 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.
The address city, such as <code>Portland</code>.
The address state, such as <code>ME</code>.
The address country, such as <code>US</code>.
The address postal code, such as <code>04352</code>.
The address street information, such as <code>8th Avenue</code>.
The AWS account ID.
The address street number, such as <code>200</code> or <code>2121</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://service.chime.aws.amazon.com/emergency-calling/address' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}