/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
No parameters
This endpoint takes no path, query, header or body parameters.
Request
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"Response
JSON payload
{
"items": [
{
"contactId": "example_contactId",
"name": "example_name",
"companyRegistrationNumber": "example_companyRegistrationNumber",
"taxIdentificationNumber": "example_taxIdentificationNumber"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.