{ "info": { "_postman_id": "e36ec2c3-99bf-4806-ba80-9f9ac01d2c4b", "name": "Amigo Account Use Cases API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-e36ec2c3-99bf-4806-ba80-9f9ac01d2c4b" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "use-cases", "item": [ { "name": "ownership", "item": [ { "name": "List use cases this workspace owns", "id": "fd737d89-4c4a-42a2-b577-8d10ee272b8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", "ownership" ], "variable": [ { "id": "bdcaa9b4-9f04-422a-9577-a33dcfe50fee", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Return the ids of the channel-manager use cases this workspace owns. Requires Channel.view permission." }, "response": [ { "id": "301b1fbb-e39c-4ec0-b581-3d63ac55396e", "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/use-cases/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", "ownership" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-301b1fbb-e39c-4ec0-b581-3d63ac55396e" }, { "id": "e4c523f8-bf4d-495d-b6d9-06ccb1c94258", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", "ownership" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-e4c523f8-bf4d-495d-b6d9-06ccb1c94258" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-fd737d89-4c4a-42a2-b577-8d10ee272b8d" } ], "id": "b674e937-9250-4020-b305-fef50329f6db", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-b674e937-9250-4020-b305-fef50329f6db" }, { "name": "{use_case_id}", "item": [ { "name": "ownership", "item": [ { "name": "Assign ownership of a use case to this workspace", "id": "2931a83d-0cdc-42dc-8a1e-054c3968bbed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "id": "1aff705d-91ee-4b5f-b952-03023b472443", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "ee12cd35-fa5a-48a1-8f7a-32221343c0b9", "key": "use_case_id", "value": "", "description": "(Required) " } ] }, "description": "Claim ownership of a channel-manager use case for the current workspace. Idempotent \u2014 re-assigning an already-owned use case returns 200. 404 if the use case does not exist in channel-manager. 409 if the use case is already owned by another workspace. Requires Channel.ManageOwnership permission (admin tier)." }, "response": [ { "id": "de8d20c0-c24f-49ec-afa9-00fb69854f29", "name": "Successful Response", "originalRequest": { "method": "PUT", "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/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"use_case_id\": \"\",\n \"workspace_id\": \"\"\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-de8d20c0-c24f-49ec-afa9-00fb69854f29" }, { "id": "9abdd4b7-a370-4346-b9e7-03d72eb12b47", "name": "Insufficient permissions.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-9abdd4b7-a370-4346-b9e7-03d72eb12b47" }, { "id": "11284646-c3ed-4f6d-9187-d2f8b69dc2cc", "name": "Use case not found.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-11284646-c3ed-4f6d-9187-d2f8b69dc2cc" }, { "id": "af024d04-eb4d-4a87-a9a5-9bc633550af3", "name": "Use case is owned by another workspace.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-af024d04-eb4d-4a87-a9a5-9bc633550af3" }, { "id": "2d3c5ef2-69dd-4c0e-af4e-283d4e392989", "name": "Validation Error", "originalRequest": { "method": "PUT", "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/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-2d3c5ef2-69dd-4c0e-af4e-283d4e392989" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-2931a83d-0cdc-42dc-8a1e-054c3968bbed" }, { "name": "Release this workspace's ownership of a use case", "id": "e26af873-80c4-4cc8-ac90-ad2a174394c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "id": "05a481f9-21f1-4b1f-b4fc-ebb04d734e75", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "011236b5-d8d1-4e97-886a-c7e813300437", "key": "use_case_id", "value": "", "description": "(Required) " } ] }, "description": "Release the current workspace's ownership of a use case. Refuses (409) while any service still binds the use case \u2014 call DELETE `/use-cases/{id}/service-binding` first. 404 if this workspace does not own the use case. Requires Channel.ManageOwnership permission (admin tier)." }, "response": [ { "id": "36de642e-0b9f-43c7-862b-0335d3cc9c14", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-36de642e-0b9f-43c7-862b-0335d3cc9c14" }, { "id": "7c4af58a-c6cb-4f70-9454-8e071862c539", "name": "Insufficient permissions.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-7c4af58a-c6cb-4f70-9454-8e071862c539" }, { "id": "d1a9b8a0-6331-438c-aa1d-dc301fe45d98", "name": "Use case not found.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-d1a9b8a0-6331-438c-aa1d-dc301fe45d98" }, { "id": "fecb1683-9a76-480e-a6d8-ef97359e23ff", "name": "Use case is bound to a service; unbind it first.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-fecb1683-9a76-480e-a6d8-ef97359e23ff" }, { "id": "afce7fd7-16da-40a6-aa29-a2ae0e05e9e0", "name": "Validation Error", "originalRequest": { "method": "DELETE", "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/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-afce7fd7-16da-40a6-aa29-a2ae0e05e9e0" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-e26af873-80c4-4cc8-ac90-ad2a174394c5" }, { "name": "Check whether this workspace owns a use case", "id": "f0f6ca65-c615-4a56-ac2b-488c6f2eb9a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "id": "3bad2e25-b9d3-4d1d-8bab-83db8613d0af", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "d975edf5-359a-4139-a7ff-83a85976bafa", "key": "use_case_id", "value": "", "description": "(Required) " } ] }, "description": "Return the ownership record if the current workspace owns the use case, or 404 if it does not (no existence leak). Requires Channel.view permission." }, "response": [ { "id": "d81cd3ed-20fc-44d8-ba14-1f96503d4e8e", "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/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"use_case_id\": \"\",\n \"workspace_id\": \"\"\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-d81cd3ed-20fc-44d8-ba14-1f96503d4e8e" }, { "id": "a8d6c3ed-3a9b-4460-8a78-fb64724a0c60", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-a8d6c3ed-3a9b-4460-8a78-fb64724a0c60" }, { "id": "4b0fd5a6-8c5c-4f70-a092-5ea985cd1f4d", "name": "Use case not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-4b0fd5a6-8c5c-4f70-a092-5ea985cd1f4d" }, { "id": "e4baf229-c9f6-486d-adab-3f0f94942396", "name": "Validation Error", "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/use-cases/:use_case_id/ownership", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "ownership" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-e4baf229-c9f6-486d-adab-3f0f94942396" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-f0f6ca65-c615-4a56-ac2b-488c6f2eb9a7" } ], "id": "12a34bf2-4ff8-4821-9321-6b8bfd814176", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-12a34bf2-4ff8-4821-9321-6b8bfd814176" }, { "name": "service-binding", "item": [ { "name": "Bind a use case to a platform service", "id": "9e01aea5-d732-4b1f-95d4-9fb14415a8e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "id": "669daa99-8a6e-4e78-a566-4807224cafab", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "f99a7f74-2305-49f6-a7d2-0b86b8b48efc", "key": "use_case_id", "value": "", "description": "(Required) " } ] }, "description": "Bind this use case to a platform service in the current workspace. PUT semantics \u2014 rebinding to a different service replaces the prior binding. Inbound webhook events for the use case will resolve to this workspace; outbound dispatch from the service will route through this use case for its channel. 409 if a different use case already binds the same (service, channel) pair. 404 if the service or use case is missing or belongs to another workspace. Requires Channel.create permission." }, "response": [ { "id": "fe9f3f85-666f-440f-b3e9-ac6829010a96", "name": "Successful Response", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"use_case_id\": \"\",\n \"service_id\": \"\",\n \"workspace_id\": \"\",\n \"channel\": \"email\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-fe9f3f85-666f-440f-b3e9-ac6829010a96" }, { "id": "c5d4d8cc-ef77-4a56-b4a2-24160c5d3f7c", "name": "Insufficient permissions.", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-c5d4d8cc-ef77-4a56-b4a2-24160c5d3f7c" }, { "id": "ff36e4a0-d11b-45dd-a22b-ace4096eb71f", "name": "Use case or service not found.", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-ff36e4a0-d11b-45dd-a22b-ace4096eb71f" }, { "id": "20b768e6-eef0-40cc-8053-0c050b313953", "name": "Service already has a different use case bound for this channel.", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-20b768e6-eef0-40cc-8053-0c050b313953" }, { "id": "3f28dc14-35d4-4e7f-b65a-7c4e10146bbb", "name": "Unsupported use case channel.", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-3f28dc14-35d4-4e7f-b65a-7c4e10146bbb" }, { "id": "110c473d-2640-411e-a6e9-14d39aa06997", "name": "Channel manager unavailable.", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-110c473d-2640-411e-a6e9-14d39aa06997" }, { "id": "9df0eaca-b643-4bc2-b341-abc06160b826", "name": "Channel manager timed out.", "originalRequest": { "method": "PUT", "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 \"service_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-9df0eaca-b643-4bc2-b341-abc06160b826" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-9e01aea5-d732-4b1f-95d4-9fb14415a8e8" }, { "name": "Unbind a use case from its platform service", "id": "c69c6f3c-9256-4c80-9811-f2d43064dd1f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "id": "b99b5cbc-8e05-4104-99a2-3b4524c37e44", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "75d5274b-0d42-44c2-a5dc-c0fd766b8743", "key": "use_case_id", "value": "", "description": "(Required) " } ] }, "description": "Release a use case from its bound service in this workspace. Soft-delete on the binding row. 404 if the use case is not currently bound (covers both 'never bound' and 'already unbound'). Requires Channel.delete permission." }, "response": [ { "id": "5ad13d31-8248-4362-967b-1c92d2b2ee4d", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-5ad13d31-8248-4362-967b-1c92d2b2ee4d" }, { "id": "96987f7d-a5ed-4de4-9efb-337abea198c1", "name": "Insufficient permissions.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-96987f7d-a5ed-4de4-9efb-337abea198c1" }, { "id": "e51434d7-0a9e-4314-8e4e-24f24bf19bb3", "name": "Use case is not bound to a service in this workspace.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-e51434d7-0a9e-4314-8e4e-24f24bf19bb3" }, { "id": "65f10828-02ea-447c-b75b-a8eb8f414e7a", "name": "Validation Error", "originalRequest": { "method": "DELETE", "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/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-65f10828-02ea-447c-b75b-a8eb8f414e7a" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-c69c6f3c-9256-4c80-9811-f2d43064dd1f" }, { "name": "Get the service binding for a use case", "id": "0938068d-9d29-40fb-ad90-89dd6f851f93", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "id": "9de2503c-9d20-40e2-9244-0e345f7449ec", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "581b25b6-0b54-4401-a01d-9d73c9ca6ebe", "key": "use_case_id", "value": "", "description": "(Required) " } ] }, "description": "Return the platform service this use case is bound to in this workspace, or 404 if unbound. Requires Channel.view permission." }, "response": [ { "id": "dceb7059-eebd-4ef3-9cc3-9bb46d2835d7", "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/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"use_case_id\": \"\",\n \"service_id\": \"\",\n \"workspace_id\": \"\",\n \"channel\": \"email\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-dceb7059-eebd-4ef3-9cc3-9bb46d2835d7" }, { "id": "5c605949-2abc-4736-8a57-24cbbc4b6302", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-5c605949-2abc-4736-8a57-24cbbc4b6302" }, { "id": "2714775a-b050-48ec-9f2c-5bcabb674ed1", "name": "Use case is not bound to a service in this workspace.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-2714775a-b050-48ec-9f2c-5bcabb674ed1" }, { "id": "2177539a-9f23-4cb9-a3a3-a30a96138db5", "name": "Validation Error", "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/use-cases/:use_case_id/service-binding", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases", ":use_case_id", "service-binding" ], "variable": [ { "key": "workspace_id" }, { "key": "use_case_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-2177539a-9f23-4cb9-a3a3-a30a96138db5" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-0938068d-9d29-40fb-ad90-89dd6f851f93" } ], "id": "eede9ea2-f2d3-4167-bdde-da7a972e0c40", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-eede9ea2-f2d3-4167-bdde-da7a972e0c40" } ], "id": "d678c9d4-228a-43f5-903f-6dbc742c0d5e", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-d678c9d4-228a-43f5-903f-6dbc742c0d5e" }, { "name": "List channel use cases", "id": "7654fb26-700d-43fb-a424-d7494269d94a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases?entity_name=&channel=ringless_voicemail&setup_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases" ], "query": [ { "key": "entity_name", "value": "" }, { "key": "channel", "value": "ringless_voicemail" }, { "key": "setup_id", "value": "" } ], "variable": [ { "id": "143fef83-b207-4d16-b7a6-804ebf9e60ba", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "List use cases with optional filters by entity_name, channel, setup_id. Requires Channel.view permission." }, "response": [ { "id": "254f0d70-5958-43f5-b41b-0c684b835b23", "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/use-cases?entity_name=&channel=ringless_voicemail&setup_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases" ], "query": [ { "key": "entity_name", "value": "" }, { "key": "channel", "value": "ringless_voicemail" }, { "key": "setup_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"channel\": \"\",\n \"entity_name\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"setup_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"configuration_set_name\": \"\",\n \"sender_email_address\": \"\",\n \"email_type\": \"\",\n \"tier\": \"\",\n \"unsubscribable\": \"\",\n \"accepts_cold_inbound\": \"\"\n },\n {\n \"id\": \"\",\n \"channel\": \"\",\n \"entity_name\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"setup_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"configuration_set_name\": \"\",\n \"sender_email_address\": \"\",\n \"email_type\": \"\",\n \"tier\": \"\",\n \"unsubscribable\": \"\",\n \"accepts_cold_inbound\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-254f0d70-5958-43f5-b41b-0c684b835b23" }, { "id": "36834492-c9ed-426b-b4d3-1d9b15e0b7ce", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/use-cases?entity_name=&channel=ringless_voicemail&setup_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases" ], "query": [ { "key": "entity_name", "value": "" }, { "key": "channel", "value": "ringless_voicemail" }, { "key": "setup_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-36834492-c9ed-426b-b4d3-1d9b15e0b7ce" }, { "id": "32e849c7-16dd-4174-9036-84453d951937", "name": "Validation Error", "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/use-cases?entity_name=&channel=ringless_voicemail&setup_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "use-cases" ], "query": [ { "key": "entity_name", "value": "" }, { "key": "channel", "value": "ringless_voicemail" }, { "key": "setup_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-32e849c7-16dd-4174-9036-84453d951937" } ], "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-7654fb26-700d-43fb-a424-d7494269d94a" } ], "id": "e4465099-0614-4131-ad47-8a22b43d79b3", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-e4465099-0614-4131-ad47-8a22b43d79b3" } ], "id": "3ebf4271-3b52-4a1e-92bf-efd123d8c67f", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-3ebf4271-3b52-4a1e-92bf-efd123d8c67f" } ], "id": "b4339c7c-3a2a-4c62-a70e-6d8227cfb87e", "createdAt": "2026-07-28T01:02:59.000Z", "updatedAt": "2026-07-28T01:02:59.000Z", "uid": "35240-b4339c7c-3a2a-4c62-a70e-6d8227cfb87e" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }