{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test tracking API", "version": "1.0.0" }, "items": [ { "info": { "name": "tracking", "type": "folder" }, "items": [ { "info": { "name": "Track", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/arm", "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": "Track" }, { "info": { "name": "Get User Info", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/arm/launch", "params": [ { "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 User Info" } ] } ], "bundled": true }