GET
/
users
/
timezone
curl --request GET \
  --url https://api.altostrat.io/users/timezone \
  --header 'Authorization: Bearer <token>'
{
  "all": [
    "<string>"
  ],
  "user": [
    "<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.

Response

200 - application/json
List of timezones.
all
string[]

All supported timezone identifiers (e.g., Australia/Melbourne).

user
string[]

Timezones relevant to the user's country.