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

/bff/organisation/available-countries

Returns all countries available in the system. Use this to populate a country picker for accountingCountryId in update-profile, contact billing country, or address forms.

OrganisationgetBffOrganisationAvailable-countries

No parameters

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

Request

GET /bff/organisation/available-countries

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

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "code": "CZ",
      "isoCode": "CZE",
      "name": "example_name",
      "isEu": false
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key