Get a processed summary of transaction analyticsThis endpoint fetches data from OpenRouter and processes it to provide a cleaner summary format. No authentication required.Args: window: Time window for analytics (default: '1d') Valid options: '1hr', '1d', '1mo', '1y'Returns: Processed summary of transaction analytics
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/analytics/transactions/summary?window' \
--header'Authorization: Bearer <token>'