{ "opencollection": "1.0.0", "info": { "name": "Klaxoon Adventures API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://access.klaxoon.com/auth", "accessTokenUrl": "https://access.klaxoon.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Adventures", "type": "folder" }, "items": [ { "info": { "name": "Get Adventure by Access Code", "type": "http" }, "http": { "method": "GET", "url": "https://developers.klaxoon.com/klaxoon/api/v1/adventures/:accessCode", "params": [ { "name": "accessCode", "value": "", "type": "path", "description": "Public access code for the adventure" } ] }, "docs": "Return an adventure activity by its public access code." } ] } ], "bundled": true }