Status

Check API status

Confirm the API is reachable and learn which AWS region served the request. Requires no authentication, so it is safe to use as a connectivity check before supplying keys.

get/status

Response

The API is reachable.

messagestring
regionstring

The AWS region that served the request.

Example response

{
  "region": "us-west-2"
}

Changes