Parameters
1 query
Query parameters
· 1branchSlugstringRequiredBranch slug.
Example
gymroom-vinohradyReturns every active (not soft-deleted) cost line registered on the branch with its validity window, recurrence cadence, type (fixed/variable) and default amount. The monthly values for variable costs are emitted by /monthly-breakdown — this endpoint returns the definitions only.
1 query
branchSlugstringRequiredBranch slug.
gymroom-vinohrady1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/branch-cost/list
curl -X GET "https://api.bizkithub.com/bff/branch-cost/list?branchSlug=gymroom-vinohrady" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.