BizKitHub
DocsAPI ReferenceBranch Cost/bff/branch-cost/list
getBranch CostAdmin BFF

/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 parameters

· 1
branchSlugstringRequired

Branch slug.

Examplegymroom-vinohrady

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/branch-cost/list

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key