{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Create Subscription Basic", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/subscription/basic", "params": [ { "name": "return_url", "value": "", "type": "query" }, { "name": "interval", "value": "", "type": "query" }, { "name": "testChargeSecret", "value": "", "type": "query" }, { "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": "Create Subscription Basic" }, { "info": { "name": "Create Subscription Essentials", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/subscription/essentials", "params": [ { "name": "return_url", "value": "", "type": "query" }, { "name": "interval", "value": "", "type": "query" }, { "name": "testChargeSecret", "value": "", "type": "query" }, { "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": "Create Subscription Essentials" }, { "info": { "name": "Create Subscription Pro", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/subscription/pro", "params": [ { "name": "return_url", "value": "", "type": "query" }, { "name": "interval", "value": "", "type": "query" }, { "name": "testChargeSecret", "value": "", "type": "query" }, { "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": "Create Subscription Pro" }, { "info": { "name": "Cancel Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "/api/lite/settings/subscription", "params": [ { "name": "subscription_id", "value": "", "type": "query" }, { "name": "collection_ids", "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": "Cancel Subscription" }, { "info": { "name": "Subscription Status", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/settings/subscription/status", "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": "Subscription Status" }, { "info": { "name": "Track Install", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/track/:merchant_id/install", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "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 Install" }, { "info": { "name": "Mark Wizard As Complete", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/:merchant_id/wizard-complete", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "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": "Mark Wizard As Complete" }, { "info": { "name": "Insight Widget Seen", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/track/insight-widget-seen", "params": [ { "name": "widget_name", "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": "Insight Widget Seen" }, { "info": { "name": "Get Dynamic Status", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/settings/dynamic-status", "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 Dynamic Status" }, { "info": { "name": "Update Dynamic Status", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/settings/dynamic-status", "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 Dynamic Status" }, { "info": { "name": "Trigger Sync", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/settings/sync-data", "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": "Trigger Sync" }, { "info": { "name": "Get Auto Hide Settings Endpoint", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/api/v1/settings/:merchant_id/auto-hide", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "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 Auto Hide Settings Endpoint" }, { "info": { "name": "Update Auto Hide Settings Endpoint", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/api/v1/settings/:merchant_id/auto-hide", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "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 Auto Hide Settings Endpoint" }, { "info": { "name": "Update Auto Hide Exclude Products Endpoint", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/api/v1/settings/:merchant_id/auto-hide/exclude-products", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "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 Auto Hide Exclude Products Endpoint" } ] } ], "bundled": true }