DocsAPI ReferenceTariff/bff/tariff/seed-plans
postTariffAdmin BFF

/bff/tariff/seed-plans

Idempotently inserts/updates the four standard plans (free, startup, business, enterprise) from features/tariff/tariffCatalogue.ts. Safe to re-run after editing the catalogue. Requires internal admin.

TariffpostBffTariffSeed-plans

No parameters

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

Request

POST /bff/tariff/seed-plans

post
curl -X POST "https://api.bizkithub.com/bff/tariff/seed-plans" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "plans": [
    {
      "id": 0,
      "code": "example_code",
      "inserted": false
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key