{ "opencollection": "1.0.0", "info": { "name": "Strava Activities Routes API", "version": "3.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.strava.com/oauth/authorize", "accessTokenUrl": "https://www.strava.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "List Athlete Routes", "type": "http" }, "http": { "method": "GET", "url": "https://www.strava.com/api/v3/athlete/routes", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of items per page" } ] }, "docs": "Returns a list of the routes created by a given athlete." }, { "info": { "name": "Get Route", "type": "http" }, "http": { "method": "GET", "url": "https://www.strava.com/api/v3/routes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the route" } ] }, "docs": "Returns a route using its identifier." } ] } ], "bundled": true }