/bff/vendor/managed-organisations
Returns all organisations whose parent_id points to an organisation in which the calling user is an active member — i.e. the orgs the user can manage as a technical manager / vendor support. Includes the tariff, billing snapshot, paid-until status, member count, and a hasDirectMembership flag indicating whether the user is already a direct member of each row (so the UI can decide between a "Switch" button and a "Join + switch" button).
VendorgetBffVendorManaged-organisations
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/vendor/managed-organisations
curl -X GET "https://api.bizkithub.com/bff/vendor/managed-organisations" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"organisations": [
{
"vendor": {
"id": 0,
"slug": "example_slug",
"name": "example_name"
},
"organisation": {
"id": 0,
"slug": "example_slug",
"name": "example_name",
"insertedDate": "example_insertedDate",
"memberCount": 0,
"storageUsedMb": 0
},
"tariff": {
"id": 0,
"code": "example_code",
"monthlyPriceCzk": 0,
"priceFrom": false
},
"billing": {
"effectivePriceCzk": 0,
"discountPercent": 0,
"isExpired": false,
"expiringSoon": false
},
"hasDirectMembership": false
}
],
"totals": {
"count": 0,
"monthlyRevenueCzk": 0,
"expired": 0,
"expiringSoon": 0
}
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.