{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test translations API", "version": "1.0.0" }, "items": [ { "info": { "name": "translations", "type": "folder" }, "items": [ { "info": { "name": "Translate Query", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/translations/:merchant_id/translate", "params": [ { "name": "merchant_id", "value": "", "type": "path" }, { "name": "q", "value": "", "type": "query" }, { "name": "locales", "value": "", "type": "query" }, { "name": "context", "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": "Translate Query" } ] } ], "bundled": true }