{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Boost Bury API", "version": "1.0.0" }, "items": [ { "info": { "name": "Boost Bury", "type": "folder" }, "items": [ { "info": { "name": "Get Rules", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/boost-bury", "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 Rules" }, { "info": { "name": "Get Available Tags", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/boost-bury/tags", "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 Available Tags" }, { "info": { "name": "Update Rules", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/boost-bury/rules", "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": "Update Rules" } ] } ], "bundled": true }