Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns per-provider status of the organisation-scoped AI API keys. Presence flips billing for that provider from the shared BizKitHub key to the organisation (recorded in ai__question.paid_by_organisation_id).
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
providersobject[]Requiredprovider"google" | "openai" | "anthropic"RequiredlabelstringRequiredkeyHintstringRequiredhasKeybooleanRequiredmaskedKeystring | nullRequired{
"providers": [
{
"label": "example_label",
"keyHint": "example_keyHint",
"hasKey": false
}
]
}GET /bff/organisation-ai/info
curl -X GET "https://api.bizkithub.com/bff/organisation-ai/info" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.