Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
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.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredcontactIdstringRequirednamestringRequiredcompanyRegistrationNumberstringOptionaltaxIdentificationNumberstringOptional{
"items": [
{
"contactId": "example_contactId",
"name": "example_name",
"companyRegistrationNumber": "example_companyRegistrationNumber",
"taxIdentificationNumber": "example_taxIdentificationNumber"
}
]
}GET /bff/branch/operating-company-options
curl -X GET "https://api.bizkithub.com/bff/branch/operating-company-options" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.