{ "opencollection": "1.0.0", "info": { "name": "Wahoo Cloud Permissions Routes 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": "Routes", "type": "folder" }, "items": [ { "info": { "name": "List Routes", "type": "http" }, "http": { "method": "GET", "url": "https://api.wahooligan.com/v1/routes", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ], "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": "List Routes" }, { "info": { "name": "Create Route", "type": "http" }, "http": { "method": "POST", "url": "https://api.wahooligan.com/v1/routes", "body": { "type": "multipart-form", "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 Route" }, { "info": { "name": "Get Route", "type": "http" }, "http": { "method": "GET", "url": "https://api.wahooligan.com/v1/routes/:id", "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 Route" }, { "info": { "name": "Update Route", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wahooligan.com/v1/routes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "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": "Update Route" }, { "info": { "name": "Delete Route", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wahooligan.com/v1/routes/:id", "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": "Delete Route" } ] } ], "bundled": true }