Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
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.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
vendorobject | nullRequiredThe 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.
organisationobjectRequiredidnumberRequiredVendor (parent) organisation id.
slugstringRequiredVendor slug — used by /vendor/switch.
namestringRequiredVendor display name (e.g. "7 nápadů s.r.o.").
emojistring | nullRequireddescriptionstring | nullRequiredVendor short description.
whiteLabelLicenceIdstringRequired16-character white-label licence id of the vendor (mirror of cas__white_label_licence.licence_key).
contactPersonobject | nullRequiredVendor's nominated contact person. NULL when no support_person_id is set.
memberIdnumberRequiredcas__organisation_member.id of the vendor's nominated contact.
firstNamestring | nullRequiredlastNamestring | nullRequiredcontactEmailstring | nullRequiredEmail customers should write to. Resolved as: vendor's default_send_from_email config → contact person login username → null.
myTariffobjectRequiredidnumberRequiredcodestringRequiredTariff code (free, startup, business, enterprise).
namestringRequiredmonthlyPriceCzknumberRequiredFinal monthly price the customer pays, in WHOLE CZK.
priceFrombooleanRequiredTrue for Enterprise (variable pricing).
customPriceCzknumber | nullRequireddiscountPercentnumberRequiredexpiresAtstring | nullRequiredWhen the current paid period ends. NULL = no paid-until set.
daysUntilExpirynumber | nullRequiredisExpiredbooleanRequired{}GET /bff/vendor/of-current
curl -X GET "https://api.bizkithub.com/bff/vendor/of-current" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.