{ "opencollection": "1.0.0", "info": { "name": "Wootric Declines Metrics API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Get NPS summary metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.wootric.com/v1/nps_summary", "params": [ { "name": "date[start]", "value": "", "type": "query", "description": "Start date for the summary period (YYYY-MM-DD)" }, { "name": "date[end]", "value": "", "type": "query", "description": "End date for the summary period (YYYY-MM-DD)" } ] }, "docs": "Get NPS summary metrics" } ] } ], "bundled": true }