BizKitHub
DocsAPI ReferenceVendor/bff/vendor/of-current
getVendorAdmin BFF

/bff/vendor/of-current

Returns the parent (vendor) organisation that resells / technically manages the calling organisation, including its technical manager. Use this in the customer admin to render the "Můj technický správce" widget.

VendorgetBffVendorOf-current

Parameters

No parameters required

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

Response schema

1 status code documented

200Success
vendorobject | nullRequired

The white-label partner organisation that manages the calling org. Returned only when (a) parent_id is set AND (b) the parent holds an active cas__white_label_licence row. NULL otherwise — i.e. either we sell directly to the customer or the parent's licence is revoked.

One of 2:
Variant 1
organisationobjectRequired
idnumberRequired

Vendor (parent) organisation id.

slugstringRequired

Vendor slug — used by /vendor/switch.

namestringRequired

Vendor display name (e.g. "7 nápadů s.r.o.").

emojistring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
descriptionstring | nullRequired

Vendor short description.

One of 2:
Variant 1
string
Variant 2
null
whiteLabelLicenceIdstringRequired

16-character white-label licence id of the vendor (mirror of cas__white_label_licence.licence_key).

contactPersonobject | nullRequired

Vendor's nominated contact person. NULL when no support_person_id is set.

One of 2:
Variant 1
memberIdnumberRequired

cas__organisation_member.id of the vendor's nominated contact.

firstNamestring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
lastNamestring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
Variant 2
null
contactEmailstring | nullRequired

Email customers should write to. Resolved as: vendor's default_send_from_email config → contact person login username → null.

One of 2:
Variant 1
string
Variant 2
null
myTariffobjectRequired
idnumberRequired
codestringRequired

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

namestringRequired
monthlyPriceCzknumberRequired

Final monthly price the customer pays, in WHOLE CZK.

priceFrombooleanRequired

True for Enterprise (variable pricing).

customPriceCzknumber | nullRequired
One of 2:
Variant 1
number
Variant 2
null
discountPercentnumberRequired
expiresAtstring | nullRequired

When the current paid period ends. NULL = no paid-until set.

One of 2:
Variant 1
string
Variant 2
null
daysUntilExpirynumber | nullRequired
One of 2:
Variant 1
number
Variant 2
null
isExpiredbooleanRequired
Variant 2
null

Response example

application/json
{}

Request example

GET /bff/vendor/of-current

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