Ancillary Services
Get Timezones for a Country
Returns a list of supported timezones for a specific country code (ISO2).
GET
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
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[]
.