{ "opencollection": "1.0.0", "info": { "name": "Wahoo Cloud Permissions Workout Summaries API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.wahooligan.com/oauth/authorize", "accessTokenUrl": "https://api.wahooligan.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Workout Summaries", "type": "folder" }, "items": [ { "info": { "name": "Get Workout Summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.wahooligan.com/v1/workouts/:id/workout_summary", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.wahooligan.com/oauth/authorize", "accessTokenUrl": "https://api.wahooligan.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Workout Summary" }, { "info": { "name": "Create Workout Summary (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "https://api.wahooligan.com/v1/workouts/:id/workout_summary", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.wahooligan.com/oauth/authorize", "accessTokenUrl": "https://api.wahooligan.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Workout Summary (Deprecated)" } ] } ], "bundled": true }