{ "opencollection": "1.0.0", "info": { "name": "Deliverect Channel Accounts Authentication API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.deliverect.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Deliverect Loyalty SSO - OAuth Token Exchange", "type": "http" }, "http": { "method": "POST", "url": "https://api.deliverect.com/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "https://integrator.com/auth/token" } ] } ], "bundled": true }