{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Merchants API", "version": "1.0.0" }, "items": [ { "info": { "name": "Merchants", "type": "folder" }, "items": [ { "info": { "name": "List Merchants Endpoint", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/api/v1/merchants", "params": [ { "name": "lite_only", "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": "List Merchants Endpoint" }, { "info": { "name": "Get Merchant Endpoint", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/api/v1/merchants/:merchant_id", "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 Merchant Endpoint" } ] } ], "bundled": true }