{ "opencollection": "1.0.0", "info": { "name": "Altruistiq Datasource Security API", "version": "1.0.0" }, "items": [ { "info": { "name": "Security", "type": "folder" }, "items": [ { "info": { "name": "Retrieve An Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://app.altruistiq.com/api/public/v1/oauth2/token", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.altruistiq.com/api/public/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve an access token which will enable access to private areas of the API" } ] } ], "bundled": true }