/bff/branch-cost/list
Returns 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.
Branch CostgetBffBranch-costList
Parameters
1 query
Query · 1
branchSlugstringRequiredBranch slug.
Request
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"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.