{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test API", "version": "1.0.0" }, "items": [ { "info": { "name": "Ab Test", "type": "folder" }, "items": [ { "info": { "name": "Get Metrics", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/ab-test/:collection_id/metrics", "params": [ { "name": "collection_id", "value": "", "type": "path" }, { "name": "from_date", "value": "", "type": "query" }, { "name": "to_date", "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 Metrics" }, { "info": { "name": "Generate Conclusion", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/ab-test/generate_conclusion", "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": "Generate Conclusion" } ] } ], "bundled": true }