{ "info": { "_postman_id": "25eff810-2813-4c48-8b37-56e1ef33aefe", "name": "Kita Capture Applications Webhooks API", "description": "Kita Capture turns scanned or photographed financial and identity documents into clean\nJSON \u2014 transactions, metadata, metrics, and fraud signals. Upload a file (multipart or\nbase64), submit a URL, or batch up to 100 documents, then poll for results or receive an\nHMAC-signed webhook.\n\nAuthentication uses an organization API key prefixed `kita_prod_` sent as\n`Authorization: Bearer `. Errors return `{ \"error\": ..., \"message\": ... }`.\nRate limiting is per organization; 429 responses carry a `Retry-After` header.\n\nNOTE: Kita does not publish a machine-readable OpenAPI description. This document was\ngenerated by the API Evangelist enrichment pipeline from Kita's own published API\ndocumentation (shipped verbatim inside the official `kita-docs-mcp` npm package and\nserved at https://www.kita.ai/documentation). Only operations, parameters, fields and\nstatus codes that Kita documents are represented here.\n\n\nContact Support:\n Name: Kita Support\n Email: support@kita.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-25eff810-2813-4c48-8b37-56e1ef33aefe" }, "item": [ { "name": "api", "item": [ { "name": "v1", "item": [ { "name": "webhooks", "item": [ { "name": "{webhookId}", "item": [ { "name": "test", "item": [ { "name": "Send a test delivery", "id": "07d34396-a60c-46a8-8a6b-83739a2e5296", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/test", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "test" ], "variable": [ { "id": "6834fcf5-e8e2-4f0f-acf3-4d866a30696a", "key": "webhookId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "554e10e9-94f6-45b8-98fa-ec43ad7cd72a", "name": "Test delivery sent.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/test", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "test" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-554e10e9-94f6-45b8-98fa-ec43ad7cd72a" }, { "id": "1bc005bc-dfda-4dba-bc14-b2a38694aa33", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/:webhookId/test", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "test" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-1bc005bc-dfda-4dba-bc14-b2a38694aa33" }, { "id": "abaa7e6a-8b57-48f1-9062-4f56749eeb9d", "name": "Document or batch ID does not exist.", "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}}/api/v1/webhooks/:webhookId/test", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "test" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-abaa7e6a-8b57-48f1-9062-4f56749eeb9d" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-07d34396-a60c-46a8-8a6b-83739a2e5296" } ], "id": "94f80957-9d38-4999-8385-e21fbe9ccd3b", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-94f80957-9d38-4999-8385-e21fbe9ccd3b" }, { "name": "rotate-secret", "item": [ { "name": "Rotate the signing secret", "id": "1f633aac-cf99-4c1a-b1a4-f239eeb6c3c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/rotate-secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "rotate-secret" ], "variable": [ { "id": "4c5b0020-96ee-40e2-96e7-b97a3c0fcbfc", "key": "webhookId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ef02c089-d5d1-4a81-a0e8-0facdf7c111a", "name": "The new signing secret.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/rotate-secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "rotate-secret" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-ef02c089-d5d1-4a81-a0e8-0facdf7c111a" }, { "id": "c35c7b27-f26d-48d8-b615-ec80789e9db3", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/:webhookId/rotate-secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "rotate-secret" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-c35c7b27-f26d-48d8-b615-ec80789e9db3" }, { "id": "6fcdc1a9-6d62-4a58-82e7-ce2a1fd2f6e2", "name": "Document or batch ID does not exist.", "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}}/api/v1/webhooks/:webhookId/rotate-secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "rotate-secret" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6fcdc1a9-6d62-4a58-82e7-ce2a1fd2f6e2" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-1f633aac-cf99-4c1a-b1a4-f239eeb6c3c2" } ], "id": "3c4c17f3-cbc8-48bd-ae92-6f8d3d7d6d61", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-3c4c17f3-cbc8-48bd-ae92-6f8d3d7d6d61" }, { "name": "secret", "item": [ { "name": "Retrieve the current signing secret", "id": "bf9f90f1-4652-4b90-a2d1-f51e4c76ad9e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "secret" ], "variable": [ { "id": "e13815ca-2674-47bf-941f-7d10d0933a25", "key": "webhookId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f0f31b94-1429-4d1c-83ee-bc81f3dcd213", "name": "The signing secret.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "secret" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-f0f31b94-1429-4d1c-83ee-bc81f3dcd213" }, { "id": "b18da38d-7fb9-4f58-92f1-14d3dbcea98e", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/:webhookId/secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "secret" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-b18da38d-7fb9-4f58-92f1-14d3dbcea98e" }, { "id": "d6361f09-0a27-494d-9186-e5a57f8c98cc", "name": "Document or batch ID does not exist.", "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}}/api/v1/webhooks/:webhookId/secret", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "secret" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-d6361f09-0a27-494d-9186-e5a57f8c98cc" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-bf9f90f1-4652-4b90-a2d1-f51e4c76ad9e" } ], "id": "ed7be1fb-583b-41c7-9ce6-a0be018f328e", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-ed7be1fb-583b-41c7-9ce6-a0be018f328e" }, { "name": "deliveries", "item": [ { "name": "Get delivery history", "id": "bc3a0f70-1131-47fd-a66d-e4f2269f3f8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId/deliveries", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "deliveries" ], "variable": [ { "id": "c919b5ee-adc3-4d2d-b478-6f3febec1689", "key": "webhookId", "value": "", "description": "(Required) " } ] }, "description": "Delivery status, attempts and latency." }, "response": [ { "id": "9e6b5b28-7ed4-44f9-b212-e473939240d3", "name": "Delivery history.", "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}}/api/v1/webhooks/:webhookId/deliveries", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "deliveries" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9e6b5b28-7ed4-44f9-b212-e473939240d3" }, { "id": "55aa7cf0-2451-4123-acbd-cf6f11b4fb4f", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/:webhookId/deliveries", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "deliveries" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-55aa7cf0-2451-4123-acbd-cf6f11b4fb4f" }, { "id": "5e0a5475-75c3-46dc-9fc7-2dbc75483fc0", "name": "Document or batch ID does not exist.", "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}}/api/v1/webhooks/:webhookId/deliveries", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId", "deliveries" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-5e0a5475-75c3-46dc-9fc7-2dbc75483fc0" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-bc3a0f70-1131-47fd-a66d-e4f2269f3f8d" } ], "id": "32912b50-6409-4058-9087-d89b668def68", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-32912b50-6409-4058-9087-d89b668def68" }, { "name": "Get a single webhook", "id": "090fbba3-eda7-48b6-92a7-1e39350b9b6a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "id": "28b45d4a-0213-47f2-bcff-eecd86ba4eee", "key": "webhookId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "012e5476-1e0c-41d4-99c9-207f848df064", "name": "The webhook.", "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}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-012e5476-1e0c-41d4-99c9-207f848df064" }, { "id": "bef41963-156c-440b-93ab-bfd4c81c1381", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-bef41963-156c-440b-93ab-bfd4c81c1381" }, { "id": "134864fb-3f23-4dda-9f71-ec96ac93960a", "name": "Document or batch ID does not exist.", "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}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-134864fb-3f23-4dda-9f71-ec96ac93960a" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-090fbba3-eda7-48b6-92a7-1e39350b9b6a" }, { "name": "Update a webhook", "id": "989efd5f-208f-4752-b4af-cff8edf896a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "id": "cb80f6e5-85d7-4eae-940e-23d5ff596270", "key": "webhookId", "value": "", "description": "(Required) " } ] }, "description": "Update the URL, subscribed events, or active flag." }, "response": [ { "id": "fef5dd79-222d-4841-82f1-98621ce1d9de", "name": "Updated.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-fef5dd79-222d-4841-82f1-98621ce1d9de" }, { "id": "0d390a8a-e654-4bac-aad3-5312ca10c42e", "name": "Bad request \u2014 check the request body and parameters.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-0d390a8a-e654-4bac-aad3-5312ca10c42e" }, { "id": "26d45adb-e8cc-4f49-bd1b-0b837206a0e0", "name": "Invalid or missing API key.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-26d45adb-e8cc-4f49-bd1b-0b837206a0e0" }, { "id": "686d44af-86b5-40e7-8a0c-b839d78de230", "name": "Document or batch ID does not exist.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-686d44af-86b5-40e7-8a0c-b839d78de230" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-989efd5f-208f-4752-b4af-cff8edf896a3" }, { "name": "Delete a webhook", "id": "9327028b-2b55-41b0-9f25-242382492c76", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "id": "aa1e5319-72f4-47bb-8e9d-576d9225512b", "key": "webhookId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "62446625-3a93-44ff-9fed-669f21251824", "name": "Deleted.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-62446625-3a93-44ff-9fed-669f21251824" }, { "id": "9f5b6310-90c9-43e3-b8dd-a666bf8f499e", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9f5b6310-90c9-43e3-b8dd-a666bf8f499e" }, { "id": "265a49f2-b2c8-48c7-b9f8-6b5a4dc1226b", "name": "Document or batch ID does not exist.", "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}}/api/v1/webhooks/:webhookId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", ":webhookId" ], "variable": [ { "key": "webhookId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-265a49f2-b2c8-48c7-b9f8-6b5a4dc1226b" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9327028b-2b55-41b0-9f25-242382492c76" } ], "id": "7fae4cf6-ce45-465c-8c4c-a66d277eb90a", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-7fae4cf6-ce45-465c-8c4c-a66d277eb90a" }, { "name": "stats", "item": [ { "name": "Get delivery aggregates", "id": "9d03881e-0a59-41f0-8809-1b8e463ca55b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/stats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "stats" ] } }, "response": [ { "id": "57dfcecd-679a-4828-b00a-c73382b8e8de", "name": "Aggregate delivery statistics.", "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}}/api/v1/webhooks/stats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "stats" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-57dfcecd-679a-4828-b00a-c73382b8e8de" }, { "id": "c24f81b2-4f71-4678-80fa-75e4c49ff1c3", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/stats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "stats" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-c24f81b2-4f71-4678-80fa-75e4c49ff1c3" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9d03881e-0a59-41f0-8809-1b8e463ca55b" } ], "id": "1fefe38e-9e71-4051-8ad9-002bf087b86b", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-1fefe38e-9e71-4051-8ad9-002bf087b86b" }, { "name": "dlq", "item": [ { "name": "Get the dead-letter queue", "id": "516332b4-4699-47ed-9ce6-cb197506d99c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks/dlq", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "dlq" ] }, "description": "Deliveries that failed every retry." }, "response": [ { "id": "3dbe4544-f574-44d3-a872-79df707e62f0", "name": "Dead-lettered deliveries.", "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}}/api/v1/webhooks/dlq", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "dlq" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-3dbe4544-f574-44d3-a872-79df707e62f0" }, { "id": "5af7f3b5-efdd-4fc0-998a-7302a5ae0224", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks/dlq", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "dlq" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-5af7f3b5-efdd-4fc0-998a-7302a5ae0224" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-516332b4-4699-47ed-9ce6-cb197506d99c" } ], "id": "dc951950-f7e9-425d-9fc0-db12f7dd5e4d", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-dc951950-f7e9-425d-9fc0-db12f7dd5e4d" }, { "name": "validate-url", "item": [ { "name": "Pre-flight check a candidate webhook URL", "id": "61f6f8fa-f6b3-4841-b799-d9de17e904d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/validate-url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "validate-url" ] } }, "response": [ { "id": "889bb319-edd5-44cb-8fc1-6874f221f9cc", "name": "Validation result.", "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 \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/validate-url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "validate-url" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-889bb319-edd5-44cb-8fc1-6874f221f9cc" }, { "id": "f440c300-cafa-450c-aac9-10ab635fd94a", "name": "Bad request \u2014 check the request body and parameters.", "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 \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/validate-url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "validate-url" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-f440c300-cafa-450c-aac9-10ab635fd94a" }, { "id": "0cdc6c5b-bf54-45ea-b5d3-d46a6900723c", "name": "Invalid or missing API key.", "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 \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/validate-url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "validate-url" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-0cdc6c5b-bf54-45ea-b5d3-d46a6900723c" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-61f6f8fa-f6b3-4841-b799-d9de17e904d9" } ], "id": "78d06755-927e-435e-a5a2-1e0b38eead18", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-78d06755-927e-435e-a5a2-1e0b38eead18" }, { "name": "verify-signature", "item": [ { "name": "Verify a sample payload signature", "id": "6acd315b-f312-471c-9359-4fc8f16e83a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/verify-signature", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "verify-signature" ] }, "description": "Helper that checks an `X-Kita-Signature` value against a sample body." }, "response": [ { "id": "6d422138-587c-4b17-ba10-2ed90edc4f3f", "name": "Verification result.", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/verify-signature", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "verify-signature" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6d422138-587c-4b17-ba10-2ed90edc4f3f" }, { "id": "63ba12b0-37e8-41d2-8829-985c0741ac2b", "name": "Bad request \u2014 check the request body and parameters.", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/verify-signature", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "verify-signature" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-63ba12b0-37e8-41d2-8829-985c0741ac2b" }, { "id": "e4286355-c970-4f1f-a5b8-cb07a16713ca", "name": "Invalid or missing API key.", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks/verify-signature", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks", "verify-signature" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-e4286355-c970-4f1f-a5b8-cb07a16713ca" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6acd315b-f312-471c-9359-4fc8f16e83a0" } ], "id": "839e1b86-cb46-4660-a0d3-5d035d0bd514", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-839e1b86-cb46-4660-a0d3-5d035d0bd514" }, { "name": "Register a webhook endpoint", "id": "71eb6479-7da1-43a4-945a-38f30bbbc7fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "response": [ { "id": "0d757cc9-2db7-424f-8a4b-c90883c7483e", "name": "Webhook registered.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-0d757cc9-2db7-424f-8a4b-c90883c7483e" }, { "id": "9e6f2887-fc96-466b-b5fd-1454b87b18cc", "name": "Bad request \u2014 check the request body and parameters.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9e6f2887-fc96-466b-b5fd-1454b87b18cc" }, { "id": "b39036e1-cc11-4332-aa18-b8480ab1e0cb", "name": "Invalid or missing API key.", "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 \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-b39036e1-cc11-4332-aa18-b8480ab1e0cb" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-71eb6479-7da1-43a4-945a-38f30bbbc7fb" }, { "name": "List registered webhooks", "id": "aa133332-57b0-4857-984d-810b91b792ee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "response": [ { "id": "0ccfbc46-f0e7-4ce0-bb0b-f1da281558bb", "name": "The registered webhooks.", "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}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n },\n {\n \"id\": \"\",\n \"url\": \"\",\n \"events\": [\n \"\",\n \"\"\n ],\n \"active\": \"\"\n }\n]", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-0ccfbc46-f0e7-4ce0-bb0b-f1da281558bb" }, { "id": "10744bb2-b272-473a-a870-2dcff10c19d2", "name": "Invalid or missing API key.", "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}}/api/v1/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "webhooks" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-10744bb2-b272-473a-a870-2dcff10c19d2" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-aa133332-57b0-4857-984d-810b91b792ee" } ], "id": "8959cb35-e1d3-409d-93f8-1ab91b9c2655", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-8959cb35-e1d3-409d-93f8-1ab91b9c2655" } ], "id": "4870f49c-ce59-49a9-9582-028428474580", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-4870f49c-ce59-49a9-9582-028428474580" } ], "id": "c5404581-f0c4-44b4-aa22-2b187447ce56", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-c5404581-f0c4-44b4-aa22-2b187447ce56" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }