{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Published Collections API", "version": "1.0.0" }, "items": [ { "info": { "name": "Published Collections", "type": "folder" }, "items": [ { "info": { "name": "Get Published Collections", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/published-collections/", "params": [ { "name": "sort_order", "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 Published Collections" }, { "info": { "name": "Create Published Collection", "type": "http" }, "http": { "method": "POST", "url": "/api/lite/published-collections/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" }, { "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 Published Collection" }, { "info": { "name": "Update Likes Published Collection", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/published-collections/like", "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 Likes Published Collection" } ] } ], "bundled": true }