{ "opencollection": "1.0.0", "info": { "name": "Strava Activities Segment Efforts 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": "Segment Efforts", "type": "folder" }, "items": [ { "info": { "name": "Get Segment Effort", "type": "http" }, "http": { "method": "GET", "url": "https://www.strava.com/api/v3/segment_efforts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the segment effort" } ] }, "docs": "Returns a segment effort from an activity that is owned by the authenticated athlete." } ] } ], "bundled": true }