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

1 total
Query · 1
branchSlugstringRequired

Branch slug.

Request

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"

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.

Get API Key