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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.gatewayz.ai/v1/gateways/summary?time_range' \
--header'Authorization: Bearer <token>'