DocsAPI ReferenceOrganisation/bff/organisation/timezones
getOrganisationAdmin BFF

/bff/organisation/timezones

Returns all available timezones in the system. Use this to populate a timezone picker when configuring the organisation default timezone.

OrganisationgetBffOrganisationTimezones

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/organisation/timezones

get
curl -X GET "https://api.bizkithub.com/bff/organisation/timezones" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "timezone": "Europe/Prague",
      "gmt": "+01:00",
      "label": "Central European Time - Prague"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key