DocsAPI ReferenceOrganisation/bff/organisation/available-currencies
getOrganisationAdmin BFF

/bff/organisation/available-currencies

Returns all currencies available in the system with their ISO 4217 code and display symbol. Use this to populate a currency picker when configuring the organisation default currency.

OrganisationgetBffOrganisationAvailable-currencies

No parameters

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

Request

GET /bff/organisation/available-currencies

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

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "code": "CZK",
      "symbol": "Kč"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key