{ "opencollection": "1.0.0", "info": { "name": "Podio Applications API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://podio.com/oauth/authorize", "accessTokenUrl": "https://api.podio.com/oauth/token/v2", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get app", "type": "http" }, "http": { "method": "GET", "url": "https://api.podio.com/app/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "Podio application id." } ] }, "docs": "Retrieve the definition (configuration and fields) of a Podio application." } ] } ], "bundled": true }