v1

latestOpenAPI 3.0.02026-08-06132933.0 KB
Accounts

List time zones

Retrieves the list of all timezones supported by Databox, including their UTC offsets and IANA identifiers.

get/v1/accounts/timezones

Response

Successful response containing the list of supported time zones.

requestIdstring

Unique identifier for the request.

statusstring

Indicates the status of the request.

Example response

{
  "requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
  "status": "success",
  "timezones": [
    {
      "offset": "GMT+2",
      "timezone": "Europe/Ljubljana"
    }
  ]
}