{ "info": { "_postman_id": "4a670920-1d0f-480d-b239-7633b2d745bd", "name": "Amigo Account Command Center API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-4a670920-1d0f-480d-b239-7633b2d745bd" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "command-center", "item": [ { "name": "Get Command Center", "id": "c5c967a9-536f-4949-96f7-de35305f55b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/command-center", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "command-center" ], "variable": [ { "id": "888cc1f3-1dba-4456-ba55-943e039d3024", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Single-pane workspace health dashboard combining voice, pipeline, data quality, and identity metrics." }, "response": [ { "id": "f31d69cd-d242-40f2-8912-35c077d80bc2", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/command-center", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "command-center" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"generated_at\": \"\",\n \"voice\": {\n \"active_calls\": 0,\n \"active_escalated\": 0,\n \"calls_today\": 0,\n \"avg_quality_score_today\": \"\",\n \"escalation_rate_today\": 0\n },\n \"pipeline\": {\n \"sources_total\": 0,\n \"sources_healthy\": 0,\n \"sources_degraded\": 0,\n \"sources_failing\": 0,\n \"events_last_hour\": 0,\n \"outbound_pending\": 0,\n \"outbound_failed\": 0,\n \"connector_status\": \"unavailable\"\n },\n \"data_quality\": {\n \"pending_reviews\": 0,\n \"approval_rate_7d\": \"\",\n \"avg_confidence\": \"\",\n \"entities_total\": 0,\n \"entities_merged_7d\": 0\n },\n \"identity\": {\n \"active_api_keys\": 0,\n \"active_sessions\": \"\",\n \"failed_auths_1h\": \"\",\n \"locked_accounts\": \"\",\n \"mfa_coverage_pct\": \"\"\n },\n \"cached\": false\n}", "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "uid": "35240-f31d69cd-d242-40f2-8912-35c077d80bc2" }, { "id": "738b41ef-1d12-4839-b23b-d1624e66f2a9", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/command-center", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "command-center" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "uid": "35240-738b41ef-1d12-4839-b23b-d1624e66f2a9" } ], "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "uid": "35240-c5c967a9-536f-4949-96f7-de35305f55b7" } ], "id": "91719d17-1820-4212-9548-e5f7acf51055", "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "uid": "35240-91719d17-1820-4212-9548-e5f7acf51055" } ], "id": "23b0b216-1196-4e6f-a420-faaa3ee9cf0d", "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "uid": "35240-23b0b216-1196-4e6f-a420-faaa3ee9cf0d" } ], "id": "010e553f-45e8-4316-959f-ccf4c485bb4d", "createdAt": "2026-07-28T01:00:35.000Z", "updatedAt": "2026-07-28T01:00:35.000Z", "uid": "35240-010e553f-45e8-4316-959f-ccf4c485bb4d" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }