BizKitHub
DocsAPI ReferenceTariff/bff/tariff/list
getTariffAdmin BFF

/bff/tariff/list

Returns all tariffs with their limits and linked product pricing. Used for displaying the public pricing page.

TariffgetBffTariffList

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
object[]
Each array item:
idnumberRequired

Tariff ID.

codestringRequired

Tariff code (free, startup, business, enterprise).

positionnumberRequired

Display order on the pricing page.

monthlyPriceCzknumberRequired

Monthly catalogue price in WHOLE CZK without VAT. 0 = free.

priceFrombooleanRequired

True when monthlyPriceCzk is "od" — actual price is negotiated per organisation (Enterprise).

commissionobjectRequired
flatCzknumberRequired

Flat salesperson commission per sale, in CZK. Mutually exclusive with percent.

percentnumberRequired

Percentage commission of the actual paid price (0-100). Used by Enterprise.

limitsobjectRequired
storageMbnumberRequired

Total storage occupied across the organisation, in MB. 0 = unlimited.

membersnumberRequired

Total members in the organisation. 0 = unlimited.

productsnumberRequired

Total products in the organisation. 0 = unlimited.

ordersMonthlynumberRequired

New orders created in the organisation per month. 0 = unlimited.

customersnumberRequired

Total customers in the organisation. 0 = unlimited.

emailsMonthlynumberRequired

Transactional emails sent or received in the organisation per month. 0 = unlimited.

aiTokensMonthlynumberRequired

AI tokens consumed in the organisation per month. 0 = unlimited.

apiRequestsMonthlynumberRequired

Authenticated public API requests processed for the organisation per month. 0 = unlimited.

formsnumberRequired

Forms in the organisation. 0 = unlimited.

productobject | nullRequired
One of 2:
Variant 1
namestringRequired

Product slug.

codestringRequired

Product code.

pricenumberRequired

Product price.

activebooleanRequired

Whether the product is active.

subscriptionIntervalstring | nullRequired

Subscription interval (e.g. 1m).

One of 2:
Variant 1
string
Variant 2
null
Variant 2
null

Response example

application/json
[]

Request example

GET /bff/tariff/list

get
curl -X GET "https://api.bizkithub.com/bff/tariff/list" \
  -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