{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Dashboard API", "version": "1.0.0" }, "items": [ { "info": { "name": "Dashboard", "type": "folder" }, "items": [ { "info": { "name": "Get Stats", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/dashboard/stats", "params": [ { "name": "merchant_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Stats" }, { "info": { "name": "Get Changelog", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/dashboard/changelog", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "merchant_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Changelog" } ] } ], "bundled": true }