{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Onboarding API", "version": "1.0.0" }, "items": [ { "info": { "name": "Onboarding", "type": "folder" }, "items": [ { "info": { "name": "Get Themes", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/onboarding/themes", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page", "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 Themes" }, { "info": { "name": "Get Main Theme", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/onboarding/:merchant_id/themes/main", "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 Main Theme" }, { "info": { "name": "Get Onboarding Bundles", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/onboarding/:merchant_id/onboardings", "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 Onboarding Bundles" } ] } ], "bundled": true }