BizKitHub
DocsAPI ReferenceBranch/bff/branch/operating-company-options
getBranchAdmin BFF

/bff/branch/operating-company-options

Returns every contact in the organisation that already has an IČO — i.e. legal entities eligible to be picked as a branch operator. Capped at 500 rows.

BranchgetBffBranchOperating-company-options

Parameters

No parameters required

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

Response schema

1 status code documented

200Success
itemsobject[]Required
Each array item:
contactIdstringRequired
namestringRequired
companyRegistrationNumberstringOptional
taxIdentificationNumberstringOptional

Response example

application/json
{
  "items": [
    {
      "contactId": "example_contactId",
      "name": "example_name",
      "companyRegistrationNumber": "example_companyRegistrationNumber",
      "taxIdentificationNumber": "example_taxIdentificationNumber"
    }
  ]
}

Request example

GET /bff/branch/operating-company-options

get
curl -X GET "https://api.bizkithub.com/bff/branch/operating-company-options" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key