Vendor Integration Integrations Summary Retrieve
GET/POST /vendor_integration/integrations/summary/
GET/POST /api/integrations/summary/
Get summary statistics for integrations.
Returns:
{
"total_count": 150,
"active_count": 120,
"inactive_count": 30,
"by_provider": {
"openai": 50,
"anthropic": 40,
...
}
}
For superadmins, also includes:
- managed_count: Respan managed integrations
- customer_count: Customer-owned integrations
Authentication
AuthorizationBearer
JWT access token or Respan API key
Response
No response body