{ "opencollection": "1.0.0", "info": { "name": "Deliverect Channel Accounts Configuration 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": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Deliverect Get Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.deliverect.com/loyalty/:channelLinkId/configuration", "params": [ { "name": "channelLinkId", "value": "5e8abc11dec0001a009b", "type": "path", "description": "The channelLinkId value." } ] }, "docs": "This endpoint provides information such as settings, features and requirements based on the account's configuration." } ] } ], "bundled": true }