GET
/
users
/
timezone
/
{country}
curl --request GET \
  --url https://api.altostrat.io/users/timezone/{country} \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Path Parameters

country
string
required

ISO2 country code (e.g., AU, US).

Required string length: 2

Response

200
application/json
List of timezones for the specified country.

The response is of type string[].