{ "info": { "_postman_id": "eb8a52ea-decd-4410-8c39-f6d7b7e79137", "name": "Amigo Account Workspaces API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:03:32.000Z", "updatedAt": "2026-07-28T01:03:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-eb8a52ea-decd-4410-8c39-f6d7b7e79137" }, "item": [ { "name": "v1", "item": [ { "name": "workspaces", "item": [ { "name": "{workspace_id}", "item": [ { "name": "provision", "item": [ { "name": "Provision workspace resources", "id": "c8e894b4-1a96-43cf-a7b9-0ec171b768f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/provision", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "provision" ], "variable": [ { "id": "2b46944a-1bf5-4816-8198-d071490d8612", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Seed default integrations and mark workspace as provisioned. Idempotent. Requires `Workspace.update` permission." }, "response": [ { "id": "f49ed3a2-a518-427d-801b-8a77690a010e", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/provision", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "provision" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace\": {\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-f49ed3a2-a518-427d-801b-8a77690a010e" }, { "id": "3916fc45-8da6-4784-80fe-0f79366855a5", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/provision", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "provision" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-3916fc45-8da6-4784-80fe-0f79366855a5" }, { "id": "c86197b6-6a1d-4405-8a86-d7b5334077c8", "name": "Insufficient permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/provision", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "provision" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-c86197b6-6a1d-4405-8a86-d7b5334077c8" }, { "id": "b79aa73e-cfb3-4efe-a86d-9767c987c048", "name": "Workspace not found.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/provision", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "provision" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-b79aa73e-cfb3-4efe-a86d-9767c987c048" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-c8e894b4-1a96-43cf-a7b9-0ec171b768f0" } ], "id": "dfe9b0cd-ed32-44f4-86b7-f3de2525d374", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-dfe9b0cd-ed32-44f4-86b7-f3de2525d374" }, { "name": "archive", "item": [ { "name": "Archive a workspace", "id": "d339ac65-d878-4400-a55b-90b1fd055812", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"hrr\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "archive" ], "variable": [ { "id": "e8744e0e-0010-41b3-98dd-630edb924feb", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Archive a workspace and remove it from active access flows while preserving underlying data. Requires owner access and slug confirmation." }, "response": [ { "id": "d29928f9-f16e-4da0-9d02-dc61aff82b7c", "name": "Successful Response", "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 \"slug\": \"hrr\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "archive" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d29928f9-f16e-4da0-9d02-dc61aff82b7c" }, { "id": "f76dc077-7fe4-48b9-a326-5fca390ffb77", "name": "Missing or invalid API key.", "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 \"slug\": \"hrr\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "archive" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-f76dc077-7fe4-48b9-a326-5fca390ffb77" }, { "id": "79a7a013-3d7c-4a82-9d16-8e5e06105607", "name": "Only owners can archive a workspace.", "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 \"slug\": \"hrr\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "archive" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-79a7a013-3d7c-4a82-9d16-8e5e06105607" }, { "id": "1d727bb1-4680-40a9-a02a-e2764bedee21", "name": "Workspace not found.", "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 \"slug\": \"hrr\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "archive" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-1d727bb1-4680-40a9-a02a-e2764bedee21" }, { "id": "4bda2c24-482e-469a-a188-328a0b482b5f", "name": "Workspace slug confirmation did not match.", "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 \"slug\": \"hrr\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "archive" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-4bda2c24-482e-469a-a188-328a0b482b5f" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d339ac65-d878-4400-a55b-90b1fd055812" } ], "id": "92c87302-40bb-49d8-b395-56028d013cff", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-92c87302-40bb-49d8-b395-56028d013cff" }, { "name": "environment-check", "item": [ { "name": "Pre-check environment conversion", "id": "9990570b-118a-414d-b3c6-ef5f12ff736f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/environment-check?target=production", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "environment-check" ], "query": [ { "key": "target", "value": "production" } ], "variable": [ { "id": "5b05ebbc-555c-4ca9-b4ae-b27d2048298e", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Returns compliance warnings for converting between staging and production. Does not mutate." }, "response": [ { "id": "d2485ea1-faf4-4885-b028-4802c1e664c7", "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/workspaces/:workspace_id/environment-check?target=production", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "environment-check" ], "query": [ { "key": "target", "value": "production" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"current\": \"\",\n \"target\": \"\",\n \"warnings\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d2485ea1-faf4-4885-b028-4802c1e664c7" }, { "id": "a1b90532-2074-4aeb-98f1-a568433257c3", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/environment-check?target=production", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "environment-check" ], "query": [ { "key": "target", "value": "production" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-a1b90532-2074-4aeb-98f1-a568433257c3" }, { "id": "514e669a-cb04-4430-86b4-0eaf39a6e631", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/environment-check?target=production", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "environment-check" ], "query": [ { "key": "target", "value": "production" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-514e669a-cb04-4430-86b4-0eaf39a6e631" }, { "id": "8325a548-b289-4fc6-86ca-bae8befc5666", "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/workspaces/:workspace_id/environment-check?target=production", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "environment-check" ], "query": [ { "key": "target", "value": "production" } ], "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:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-8325a548-b289-4fc6-86ca-bae8befc5666" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-9990570b-118a-414d-b3c6-ef5f12ff736f" } ], "id": "f28f7e0f-326f-4241-85d2-8371e9edb101", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-f28f7e0f-326f-4241-85d2-8371e9edb101" }, { "name": "convert-environment", "item": [ { "name": "Convert workspace environment", "id": "1792a7a0-f461-48f1-9a75-f6c33d91bf52", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"target\": \"staging\",\n \"confirm_slug\": \"6ke0\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/convert-environment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "convert-environment" ], "variable": [ { "id": "b18b1260-7627-406a-8006-5d32df9c95cf", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Convert workspace between staging and production. Requires slug confirmation." }, "response": [ { "id": "d5c8cced-9284-49f1-acd6-c8177b02bff0", "name": "Successful Response", "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 \"target\": \"staging\",\n \"confirm_slug\": \"6ke0\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/convert-environment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "convert-environment" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d5c8cced-9284-49f1-acd6-c8177b02bff0" }, { "id": "3241a8ee-17ad-4a8a-b39b-437c55fa3d83", "name": "Missing or invalid API key.", "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 \"target\": \"staging\",\n \"confirm_slug\": \"6ke0\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/convert-environment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "convert-environment" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-3241a8ee-17ad-4a8a-b39b-437c55fa3d83" }, { "id": "ab775b4a-60db-42da-a194-2df8c398f76d", "name": "Insufficient permissions.", "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 \"target\": \"staging\",\n \"confirm_slug\": \"6ke0\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/convert-environment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "convert-environment" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-ab775b4a-60db-42da-a194-2df8c398f76d" }, { "id": "fac0e17a-81e2-45b7-b039-22c034fe3ef0", "name": "Workspace not found.", "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 \"target\": \"staging\",\n \"confirm_slug\": \"6ke0\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/convert-environment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "convert-environment" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-fac0e17a-81e2-45b7-b039-22c034fe3ef0" }, { "id": "946bc6a3-13a9-49ef-a317-b9c99530227a", "name": "Workspace slug confirmation did not match.", "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 \"target\": \"staging\",\n \"confirm_slug\": \"6ke0\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/convert-environment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "convert-environment" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-946bc6a3-13a9-49ef-a317-b9c99530227a" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-1792a7a0-f461-48f1-9a75-f6c33d91bf52" } ], "id": "9ad7686a-7dc0-40cb-bf48-2cccda70750e", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-9ad7686a-7dc0-40cb-bf48-2cccda70750e" }, { "name": "test-caller-numbers", "item": [ { "name": "Get test caller numbers", "id": "6c0e4691-a0d1-49f1-8fbc-76bece177a7c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-caller-numbers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-caller-numbers" ], "variable": [ { "id": "7bf3165c-d7f1-48ef-9568-de47cafc1bd7", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Get phone numbers configured as test callers for this workspace." }, "response": [ { "id": "1aea6fff-2551-4270-b034-6fe9f27cbca0", "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/workspaces/:workspace_id/test-caller-numbers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-caller-numbers" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numbers\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-1aea6fff-2551-4270-b034-6fe9f27cbca0" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-6c0e4691-a0d1-49f1-8fbc-76bece177a7c" }, { "name": "Update test caller numbers", "id": "e2ea6a07-4052-4a64-b86f-e5ce37a55d36", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"numbers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-caller-numbers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-caller-numbers" ], "variable": [ { "id": "f8a5e269-8184-44fb-b5b2-34a101eb058d", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Set phone numbers to be treated as test callers. Calls from these numbers are tagged source='test' and excluded from billing, scores, analytics, outbound EHR sync, and entity views." }, "response": [ { "id": "2a15b5d8-0ddf-45af-a6b0-75cdbd917d98", "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 \"numbers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-caller-numbers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-caller-numbers" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numbers\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-2a15b5d8-0ddf-45af-a6b0-75cdbd917d98" }, { "id": "1eb74293-84bd-4b87-9d8f-50455307dc0d", "name": "Validation Error", "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 \"numbers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-caller-numbers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-caller-numbers" ], "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:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-1eb74293-84bd-4b87-9d8f-50455307dc0d" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-e2ea6a07-4052-4a64-b86f-e5ce37a55d36" } ], "id": "9e14eedc-0d17-4e0f-98d4-7159b86a31a7", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-9e14eedc-0d17-4e0f-98d4-7159b86a31a7" }, { "name": "test-credential-ids", "item": [ { "name": "Get test credential IDs", "id": "38b3c0e9-8f5b-4e72-89de-e75f0a81c40d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-credential-ids", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-credential-ids" ], "variable": [ { "id": "19a4a3fc-a98b-4530-ae09-c8e1a2f84346", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Get the credential IDs configured as test principals for this workspace's text channel." }, "response": [ { "id": "e51e5055-aabe-4cfd-9c30-cf2893f26b00", "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/workspaces/:workspace_id/test-credential-ids", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-credential-ids" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"credential_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-e51e5055-aabe-4cfd-9c30-cf2893f26b00" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-38b3c0e9-8f5b-4e72-89de-e75f0a81c40d" }, { "name": "Update test credential IDs", "id": "eaa51fc8-c964-4ef8-bb98-5cf34fe6ad1f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"credential_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-credential-ids", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-credential-ids" ], "variable": [ { "id": "f3d86cd5-2aad-4591-8043-a1275934dcbd", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Set credential IDs to be treated as test principals. Text turns from these credentials are tagged source='test' and excluded from billing, scores, analytics, outbound EHR sync, and entity views." }, "response": [ { "id": "087bf7c7-9092-4ff1-994a-8634c649479b", "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 \"credential_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-credential-ids", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-credential-ids" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"credential_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-087bf7c7-9092-4ff1-994a-8634c649479b" }, { "id": "56c7ff7b-f152-4146-8e2f-09f4cb788182", "name": "Validation Error", "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 \"credential_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id/test-credential-ids", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id", "test-credential-ids" ], "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:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-56c7ff7b-f152-4146-8e2f-09f4cb788182" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-eaa51fc8-c964-4ef8-bb98-5cf34fe6ad1f" } ], "id": "0c109751-4c2f-4fc4-bdfc-a7c8120881b5", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-0c109751-4c2f-4fc4-bdfc-a7c8120881b5" }, { "name": "Get a workspace", "id": "614d7c0d-0748-42b5-bd38-0e1f14766a1c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "id": "9839c422-7021-460a-9147-c2b755e5f8e1", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a workspace by ID. Requires `Workspace.view` permission." }, "response": [ { "id": "9ebbff56-6016-4487-b27d-7906d27b66c9", "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/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-9ebbff56-6016-4487-b27d-7906d27b66c9" }, { "id": "037d0f18-caf8-4d24-8529-8f505bdd925e", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-037d0f18-caf8-4d24-8529-8f505bdd925e" }, { "id": "d7fa3aa2-a0b0-4fa4-a95c-d1d81608057f", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d7fa3aa2-a0b0-4fa4-a95c-d1d81608057f" }, { "id": "893c5efe-3d8d-45e1-8399-9e9d9d6f025e", "name": "Workspace not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-893c5efe-3d8d-45e1-8399-9e9d9d6f025e" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-614d7c0d-0748-42b5-bd38-0e1f14766a1c" }, { "name": "Update a workspace", "id": "470de3cd-d456-4c97-ae6e-e1e06e40202c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"environment\": \"development\",\n \"region\": \"ca-central-1\",\n \"connector_type\": \"epic\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "id": "fa1adc55-e50e-4e2e-af7b-2037e5169083", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Update workspace fields. Requires `Workspace.update` permission." }, "response": [ { "id": "343a897f-237a-408a-8046-3059ef7844ec", "name": "Successful Response", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"environment\": \"development\",\n \"region\": \"ca-central-1\",\n \"connector_type\": \"epic\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-343a897f-237a-408a-8046-3059ef7844ec" }, { "id": "8e6552bf-6140-4ecb-b2bd-6c3677249bd8", "name": "Missing or invalid API key.", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"environment\": \"development\",\n \"region\": \"ca-central-1\",\n \"connector_type\": \"epic\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-8e6552bf-6140-4ecb-b2bd-6c3677249bd8" }, { "id": "90637584-3d4b-40f0-af27-64af36eaff24", "name": "Insufficient permissions.", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"environment\": \"development\",\n \"region\": \"ca-central-1\",\n \"connector_type\": \"epic\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-90637584-3d4b-40f0-af27-64af36eaff24" }, { "id": "1ecb2bb7-6131-400b-bf3b-89debcc29a55", "name": "Workspace not found.", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"environment\": \"development\",\n \"region\": \"ca-central-1\",\n \"connector_type\": \"epic\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-1ecb2bb7-6131-400b-bf3b-89debcc29a55" }, { "id": "56dbee9d-77ba-4214-a1cf-9bd969aa7cb3", "name": "Invalid request body, or region provided (immutable).", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"environment\": \"development\",\n \"region\": \"ca-central-1\",\n \"connector_type\": \"epic\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-56dbee9d-77ba-4214-a1cf-9bd969aa7cb3" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-470de3cd-d456-4c97-ae6e-e1e06e40202c" } ], "id": "0981f94d-e1c6-4dbd-9f6d-5d825d4f631a", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-0981f94d-e1c6-4dbd-9f6d-5d825d4f631a" }, { "name": "List workspaces", "id": "15f00744-2fdd-4491-9dad-310a0c57f72b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces?limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] }, "description": "List workspaces accessible to this API key. Requires `Workspace.view` permission." }, "response": [ { "id": "4b1fde02-69b5-4728-99d4-e6dbeb20ee92", "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/workspaces?limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"slug\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"backend_org_id\": \"\",\n \"region\": \"\",\n \"connector_type\": \"\",\n \"provisioned_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-4b1fde02-69b5-4728-99d4-e6dbeb20ee92" }, { "id": "f4209919-eb9c-4c13-8299-c499663fcf80", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces?limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-f4209919-eb9c-4c13-8299-c499663fcf80" }, { "id": "9aaff7b1-b6bf-4ef4-8ecc-a8ef0915b8f6", "name": "Insufficient permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/workspaces?limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-9aaff7b1-b6bf-4ef4-8ecc-a8ef0915b8f6" }, { "id": "cbece984-3531-4693-8258-2e2fc49ba6f4", "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/workspaces?limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] } }, "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:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-cbece984-3531-4693-8258-2e2fc49ba6f4" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-15f00744-2fdd-4491-9dad-310a0c57f72b" } ], "id": "70ba3ad5-327d-45dd-a2d3-c26e30af649f", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-70ba3ad5-327d-45dd-a2d3-c26e30af649f" } ], "id": "6c31ee7b-d69b-4adc-b40f-f10a51f72a2f", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-6c31ee7b-d69b-4adc-b40f-f10a51f72a2f" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }