{ "info": { "_postman_id": "c09ff4d8-c411-46fd-840f-67cdfee8e3eb", "name": "Amigo Account External Integrations API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-c09ff4d8-c411-46fd-840f-67cdfee8e3eb" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "external-integrations", "item": [ { "name": "{integration_id}", "item": [ { "name": "credentials", "item": [ { "name": "{credential_id}", "item": [ { "name": "rotate", "item": [ { "name": "Rotate External Integration Credential", "id": "423d6909-f186-4ef1-9584-2f1a6dde30bb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id/credentials/:credential_id/rotate", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials", ":credential_id", "rotate" ], "variable": [ { "id": "77923014-592a-408e-b774-40cf9d291c22", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "909ea59a-642d-43c4-9a03-eec1ce8ccb76", "key": "integration_id", "value": "", "description": "(Required) " }, { "id": "041a4e6a-fe45-4790-8040-99aa42abae7c", "key": "credential_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "774f3575-d3b9-4b1a-a461-63457bf928d5", "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/:workspace_id/external-integrations/:integration_id/credentials/:credential_id/rotate", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials", ":credential_id", "rotate" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" }, { "key": "credential_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"credential\": {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"integration_id\": \"\",\n \"client_id\": \"\",\n \"service_ids\": [\n \"\",\n \"\"\n ],\n \"is_active\": \"\",\n \"name\": \"\",\n \"expires_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"rotated_at\": \"\",\n \"revoked_at\": \"\"\n },\n \"client_secret\": \"\"\n}", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-774f3575-d3b9-4b1a-a461-63457bf928d5" }, { "id": "f1f9c1f1-62e8-4036-8fcc-98f32529c427", "name": "Validation Error", "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/:workspace_id/external-integrations/:integration_id/credentials/:credential_id/rotate", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials", ":credential_id", "rotate" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" }, { "key": "credential_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-f1f9c1f1-62e8-4036-8fcc-98f32529c427" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-423d6909-f186-4ef1-9584-2f1a6dde30bb" } ], "id": "0de1f82b-1780-4028-aaae-b040afcf6b57", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-0de1f82b-1780-4028-aaae-b040afcf6b57" }, { "name": "Revoke External Integration Credential", "id": "91b2dae3-1b66-42b0-8d13-5122fbe5adbe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id/credentials/:credential_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials", ":credential_id" ], "variable": [ { "id": "ebbe4966-6f89-478b-86c4-c5e6c1963dfc", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "678225cb-a4a7-43df-ad7f-5d881068ca5d", "key": "integration_id", "value": "", "description": "(Required) " }, { "id": "98bb2659-cac5-4ad8-b35e-5181865a4eb7", "key": "credential_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "2e848fa7-c4e0-4202-87b3-2fc1d180c43c", "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/external-integrations/:integration_id/credentials/:credential_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials", ":credential_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" }, { "key": "credential_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-2e848fa7-c4e0-4202-87b3-2fc1d180c43c" }, { "id": "8d7a6242-28b6-445e-9433-030bc4d73deb", "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/external-integrations/:integration_id/credentials/:credential_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials", ":credential_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" }, { "key": "credential_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-8d7a6242-28b6-445e-9433-030bc4d73deb" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-91b2dae3-1b66-42b0-8d13-5122fbe5adbe" } ], "id": "dbdf78de-7cb6-4bee-80f2-3b2db2ae0c9c", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-dbdf78de-7cb6-4bee-80f2-3b2db2ae0c9c" }, { "name": "Create External Integration Credential", "id": "e259be32-1310-4d4c-85ca-41ef841be4dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"expires_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id/credentials", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials" ], "variable": [ { "id": "972b3779-470a-487d-89c0-b4dcdee22be4", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "589c4742-65b2-48d0-88bf-198ec4d20656", "key": "integration_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "e375db92-71e4-4837-a4bf-ab6cfe1092a2", "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 \"service_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"expires_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id/credentials", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"credential\": {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"integration_id\": \"\",\n \"client_id\": \"\",\n \"service_ids\": [\n \"\",\n \"\"\n ],\n \"is_active\": \"\",\n \"name\": \"\",\n \"expires_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"rotated_at\": \"\",\n \"revoked_at\": \"\"\n },\n \"client_secret\": \"\"\n}", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-e375db92-71e4-4837-a4bf-ab6cfe1092a2" }, { "id": "56ab28e6-c6aa-44cb-b5cf-77d179b4d6cc", "name": "Validation Error", "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 \"service_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"expires_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id/credentials", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-56ab28e6-c6aa-44cb-b5cf-77d179b4d6cc" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-e259be32-1310-4d4c-85ca-41ef841be4dc" }, { "name": "List External Integration Credentials", "id": "37bd914a-6536-4b52-93f8-4d8323ff34ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id/credentials", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials" ], "variable": [ { "id": "bcc06c16-e23b-46be-8b6a-8980df884387", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "74d2f1a3-6f5d-4b5b-9c92-0f92cc11099b", "key": "integration_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "dcb25788-99af-43c8-88f9-05a85d2cd72b", "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/external-integrations/:integration_id/credentials", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"integration_id\": \"\",\n \"client_id\": \"\",\n \"service_ids\": [\n \"\",\n \"\"\n ],\n \"is_active\": \"\",\n \"name\": \"\",\n \"expires_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"rotated_at\": \"\",\n \"revoked_at\": \"\"\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"integration_id\": \"\",\n \"client_id\": \"\",\n \"service_ids\": [\n \"\",\n \"\"\n ],\n \"is_active\": \"\",\n \"name\": \"\",\n \"expires_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"rotated_at\": \"\",\n \"revoked_at\": \"\"\n }\n]", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-dcb25788-99af-43c8-88f9-05a85d2cd72b" }, { "id": "93202cd3-681b-4ac3-921d-04763d8c9ba8", "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/external-integrations/:integration_id/credentials", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id", "credentials" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-93202cd3-681b-4ac3-921d-04763d8c9ba8" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-37bd914a-6536-4b52-93f8-4d8323ff34ba" } ], "id": "cfff5ad7-6945-4b49-beb3-1353edfabb6f", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-cfff5ad7-6945-4b49-beb3-1353edfabb6f" }, { "name": "Get External Integration", "id": "7a334032-f340-4e60-b647-8d23e9544741", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "id": "122fc0c2-3860-40e9-b2e6-61972baa2efc", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "83ed0f07-d3d1-45e3-a112-131da62b51ba", "key": "integration_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "cef00888-c803-45a1-b435-dc1adba96603", "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/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"9ckse56qktrv\",\n \"display_name\": \"\",\n \"is_active\": \"\",\n \"created_by_entity_id\": \"\",\n \"description\": \"\",\n \"created_by_credential_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-cef00888-c803-45a1-b435-dc1adba96603" }, { "id": "5596ffd3-5e52-40d8-94b6-410574fbe259", "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/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-5596ffd3-5e52-40d8-94b6-410574fbe259" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-7a334032-f340-4e60-b647-8d23e9544741" }, { "name": "Update external integration", "id": "a5e7975f-3347-4510-a610-47e5c1c367fa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"0j\",\n \"display_name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "id": "6a313dc1-42e9-4ca5-8f71-431be439a9ae", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "acde1ca1-06ea-4d7b-8fa3-e53664ae744e", "key": "integration_id", "value": "", "description": "(Required) " } ] }, "description": "Updates external integration metadata. Supports partial updates for `name`, `display_name`, and `description`; pass `description: null` to clear the description. Requires an admin or owner role with `ExternalIntegration.update` permission." }, "response": [ { "id": "c0a24497-edcf-4ba0-8459-15e02989b412", "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\": \"0j\",\n \"display_name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"9ckse56qktrv\",\n \"display_name\": \"\",\n \"is_active\": \"\",\n \"created_by_entity_id\": \"\",\n \"description\": \"\",\n \"created_by_credential_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-c0a24497-edcf-4ba0-8459-15e02989b412" }, { "id": "b2ef17a1-e202-4341-939c-0b0c4f6b8606", "name": "Validation Error", "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\": \"0j\",\n \"display_name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-b2ef17a1-e202-4341-939c-0b0c4f6b8606" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-a5e7975f-3347-4510-a610-47e5c1c367fa" }, { "name": "Delete external integration", "id": "1abb4ab7-f4b2-4b6f-bbd0-8db95655a420", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "id": "cd2bac8f-609b-4218-8dda-8be37b690d51", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "2baecca2-8ac6-4833-80c3-1814079af03e", "key": "integration_id", "value": "", "description": "(Required) " } ] }, "description": "Soft-deletes an active external integration by marking it inactive, then revokes any active client credentials for that integration in the same workspace-scoped transaction. Requires an admin or owner role with `ExternalIntegration.delete` and `ApiKey.delete` permissions." }, "response": [ { "id": "4774a6fb-35af-418a-af8a-96919f34b460", "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/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-4774a6fb-35af-418a-af8a-96919f34b460" }, { "id": "7709344d-8ef6-41a9-8fab-6a51955b168c", "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/external-integrations/:integration_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations", ":integration_id" ], "variable": [ { "key": "workspace_id" }, { "key": "integration_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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-7709344d-8ef6-41a9-8fab-6a51955b168c" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-1abb4ab7-f4b2-4b6f-bbd0-8db95655a420" } ], "id": "72564e4e-1154-4350-b701-271616a961b6", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-72564e4e-1154-4350-b701-271616a961b6" }, { "name": "Create External Integration", "id": "afcc127c-ca66-4bea-a04c-b15e54510fb3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"2r5uf574\",\n \"display_name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations" ], "variable": [ { "id": "b9657cee-5da5-423f-a859-35c61cedb535", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a3fd4831-d792-4226-b129-6daaf8ae613f", "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 \"name\": \"2r5uf574\",\n \"display_name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"9ckse56qktrv\",\n \"display_name\": \"\",\n \"is_active\": \"\",\n \"created_by_entity_id\": \"\",\n \"description\": \"\",\n \"created_by_credential_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-a3fd4831-d792-4226-b129-6daaf8ae613f" }, { "id": "e33ac9c3-1a43-4fab-84ac-dc7fd3ef6ac1", "name": "Validation Error", "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 \"name\": \"2r5uf574\",\n \"display_name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations" ], "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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-e33ac9c3-1a43-4fab-84ac-dc7fd3ef6ac1" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-afcc127c-ca66-4bea-a04c-b15e54510fb3" }, { "name": "List External Integrations", "id": "e2310967-8ace-429c-835c-8b9bc763b327", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/external-integrations?search=&sort_by=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations" ], "query": [ { "key": "search", "value": "" }, { "key": "sort_by", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "7459b528-edf3-4dba-9c3b-15be7415c1f3", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "362fd546-99d3-40d0-9516-55c0fdedaf1c", "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/external-integrations?search=&sort_by=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations" ], "query": [ { "key": "search", "value": "" }, { "key": "sort_by", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "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 \"workspace_id\": \"\",\n \"name\": \"gc8\",\n \"display_name\": \"\",\n \"is_active\": \"\",\n \"created_by_entity_id\": \"\",\n \"description\": \"\",\n \"created_by_credential_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"j5\",\n \"display_name\": \"\",\n \"is_active\": \"\",\n \"created_by_entity_id\": \"\",\n \"description\": \"\",\n \"created_by_credential_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-362fd546-99d3-40d0-9516-55c0fdedaf1c" }, { "id": "f05e3cf3-b3ad-49f8-ae22-1e381f98b90a", "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/external-integrations?search=&sort_by=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "external-integrations" ], "query": [ { "key": "search", "value": "" }, { "key": "sort_by", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "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:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-f05e3cf3-b3ad-49f8-ae22-1e381f98b90a" } ], "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-e2310967-8ace-429c-835c-8b9bc763b327" } ], "id": "7e3934b7-96e2-4cb3-8fdb-bf5d5afa91a7", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-7e3934b7-96e2-4cb3-8fdb-bf5d5afa91a7" } ], "id": "ff087f63-8574-4f39-83fe-9cd89b454039", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-ff087f63-8574-4f39-83fe-9cd89b454039" } ], "id": "8c429822-e487-4c48-8aaf-a67b1a3d6311", "createdAt": "2026-07-28T01:00:51.000Z", "updatedAt": "2026-07-28T01:00:51.000Z", "uid": "35240-8c429822-e487-4c48-8aaf-a67b1a3d6311" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }