{ "info": { "_postman_id": "9d2fde49-0054-4401-bdef-5cec5a5a42bd", "name": "Guava Voice Agent REST Conversations SDK API", "description": "The Guava (formerly Gridspace) REST API lets you manage calls, conversations, SMS messages, and account resources directly over HTTP \u2014 no SDK required. Guava is a voice AI platform for regulated industries (healthcare, banking, insurance, BPOs, government). This specification was reconstructed faithfully from Guava's published REST API reference at https://goguava.ai/docs/api-overview; every path, parameter, and response field is documented by the provider.\n\nContact Support:\n Name: Guava Support\n Email: hi@goguava.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:52:06.000Z", "updatedAt": "2026-07-28T01:52:07.000Z", "lastUpdatedBy": "35240", "uid": "35240-9d2fde49-0054-4401-bdef-5cec5a5a42bd" }, "item": [ { "name": "check-sdk-deprecation", "item": [ { "name": "Check SDK deprecation status", "id": "420f55e9-3879-4038-beee-2ece303f19ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"sdk_name\": \"typescript-sdk\",\n \"sdk_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/check-sdk-deprecation", "host": [ "{{baseUrl}}" ], "path": [ "check-sdk-deprecation" ] }, "description": "Check the deprecation status of a specific SDK version. REST-only \u2014 there is no SDK or CLI method for it." }, "response": [ { "id": "42745e75-5961-405b-b12a-492c242fa0a0", "name": "Deprecation status returned.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sdk_name\": \"typescript-sdk\",\n \"sdk_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/check-sdk-deprecation", "host": [ "{{baseUrl}}" ], "path": [ "check-sdk-deprecation" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"deprecation_status\": \"supported\"\n}", "createdAt": "2026-07-28T01:52:07.000Z", "updatedAt": "2026-07-28T01:52:07.000Z", "uid": "35240-42745e75-5961-405b-b12a-492c242fa0a0" }, { "id": "c34f2639-fab8-49c6-815d-826263d50d1a", "name": "Invalid authentication.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sdk_name\": \"typescript-sdk\",\n \"sdk_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/check-sdk-deprecation", "host": [ "{{baseUrl}}" ], "path": [ "check-sdk-deprecation" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:52:07.000Z", "updatedAt": "2026-07-28T01:52:07.000Z", "uid": "35240-c34f2639-fab8-49c6-815d-826263d50d1a" } ], "createdAt": "2026-07-28T01:52:07.000Z", "updatedAt": "2026-07-28T01:52:07.000Z", "uid": "35240-420f55e9-3879-4038-beee-2ece303f19ba" } ], "id": "37b0e2e7-350c-4ca6-9970-87406945bda1", "createdAt": "2026-07-28T01:52:07.000Z", "updatedAt": "2026-07-28T01:52:07.000Z", "uid": "35240-37b0e2e7-350c-4ca6-9970-87406945bda1" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.goguava.ai/v1" } ] }