{ "opencollection": "1.0.0", "info": { "name": "Wahoo Cloud Permissions Workout File Uploads 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 File Uploads", "type": "folder" }, "items": [ { "info": { "name": "Upload Workout FIT File", "type": "http" }, "http": { "method": "POST", "url": "https://api.wahooligan.com/v1/workout_file_uploads", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] }, "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": "Upload Workout FIT File" }, { "info": { "name": "Get Workout File Upload Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.wahooligan.com/v1/workout_file_uploads/:token", "params": [ { "name": "token", "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 File Upload Status" } ] } ], "bundled": true }