Get summary statistics for all gatewaysThis endpoint provides a comprehensive overview of usage across all gateways. Perfect for dashboard overview showing all providers!Args: time_range: Time range for statisticsReturns: Dictionary with statistics for each gateway and overall totalsExample: GET /catalog/gateways/summary?time_range=24h
Request
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/gateways/summary?time_range'