{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Search Metrics API", "version": "1.0.0" }, "items": [ { "info": { "name": "Search Metrics", "type": "folder" }, "items": [ { "info": { "name": "Get Search Query Stats Endpoint", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/api/v1/merchants/:merchant_id/search/metrics/queries", "params": [ { "name": "merchant_id", "value": "", "type": "path" }, { "name": "start_timestamp", "value": "", "type": "query" }, { "name": "end_timestamp", "value": "", "type": "query" }, { "name": "max_queries_per_market", "value": "", "type": "query" }, { "name": "market", "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 Search Query Stats Endpoint" } ] } ], "bundled": true }