Supported Countries API
The supportedCountries
API allows a client to determine if Alexa is supported in the country or region where a customer attempts to register a product.
Base URL
The following endpoints are supported. Geographical distance from an endpoint may impact latency:
- North America:
https://api.amazonalexa.com
- Europe:
https://api.eu.amazonalexa.com
- Far East:
https://api.fe.amazonalexa.com
supportedCountries API
The supportedCountries
API is used to request a list of countries or regions where Alexa is supported. Country or region codes are provided as ISO 3166-1 alpha-2 Codes.
Sample Request
GET /v1/avs/supportedCountries HTTP/1.1
Sample Response
HTTP/1.1 200 OK Content-Type: application/json, { "countries": [ "US", "GB", "DE", ...] }
Response Codes
Response Code | Response Object | Behavior |
---|---|---|
200 | countries | A comma-separated list of countries or regions Alexa is officially supported in. |
500 | Error "Internal Server Error" | The service encountered an internal server error for a valid request. |
Last updated: Nov 27, 2023