{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Analytics API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get gateway analytics", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/gateways/:gatewayId/analytics", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The unique identifier of the gateway" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "granularity", "value": "", "type": "query", "description": "Time granularity for the analytics data" } ] }, "docs": "Retrieves traffic analytics for a gateway over a specified time period, including request counts, response times, error rates, and top endpoints by usage." } ] } ], "bundled": true }