Parameters
JSON body
Request body
application/jsonprovider"google" | "openai" | "anthropic"RequiredRuns a minimal probe call against the provider using the currently stored key so the admin can verify it still works after e.g. rotating the key upstream. Never returns the key itself.
JSON body
provider"google" | "openai" | "anthropic"Required1 status code documented
successbooleanRequiredmessagestringRequired{
"success": false,
"message": "example_message"
}POST /bff/organisation-ai/test-connection
curl -X POST "https://api.bizkithub.com/bff/organisation-ai/test-connection" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.