{ "info": { "_postman_id": "c3f93377-a440-44ee-b94e-75c96456d6b1", "name": "Coval Agents Webhooks API", "description": "\nManage configurations for simulations and evaluations.\n\n\nContact Support:\n Name: Coval API Support\n Email: support@coval.dev", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-c3f93377-a440-44ee-b94e-75c96456d6b1" }, "item": [ { "name": "webhooks", "item": [ { "name": "{webhook_id}", "item": [ { "name": "Update a webhook", "id": "7acfbc85-5245-4eda-aa7c-4c9ed6360d83", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "id": "79601f20-4c17-4ec1-9d15-ebea4699bf41", "key": "webhook_id", "value": "", "description": "(Required) Webhook resource ID" } ] }, "description": "Update fields on an existing webhook. Only provided fields change. Send auth_token as null to clear a configured token." }, "response": [ { "id": "b13de57e-1487-4782-9c67-974649e3cad3", "name": "Webhook updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"webhook\": {\n \"name\": \"\",\n \"id\": \"\",\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"create_time\": \"\",\n \"has_auth_token\": \"\",\n \"last_triggered_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-b13de57e-1487-4782-9c67-974649e3cad3" }, { "id": "cc255530-5082-4501-9109-fd5d3fdaaeac", "name": "The request was malformed", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-cc255530-5082-4501-9109-fd5d3fdaaeac" }, { "id": "53334a24-9282-407f-9153-a7c4b66d81fc", "name": "Authentication failed", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-53334a24-9282-407f-9153-a7c4b66d81fc" }, { "id": "453e7c60-412b-4db3-a206-8a25f96bc118", "name": "API key lacks required permission scope", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-453e7c60-412b-4db3-a206-8a25f96bc118" }, { "id": "ce086bb6-b004-42c5-9114-4afd9008c1bb", "name": "The webhook does not exist or is not accessible", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-ce086bb6-b004-42c5-9114-4afd9008c1bb" }, { "id": "11a313f0-fac7-4579-9eb8-d0a917daaef5", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-11a313f0-fac7-4579-9eb8-d0a917daaef5" }, { "id": "7713749c-47e8-461a-97a3-b82cf9df4fb1", "name": "Service temporarily unavailable (transient organization DB routing outage; retryable)", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-7713749c-47e8-461a-97a3-b82cf9df4fb1" } ], "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-7acfbc85-5245-4eda-aa7c-4c9ed6360d83" }, { "name": "Delete a webhook", "id": "5b3f423d-75b9-42bc-a12c-7f631c39740f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "id": "7fff5faa-ca40-4676-98f8-4c7481a92b1a", "key": "webhook_id", "value": "", "description": "(Required) Webhook resource ID" } ] }, "description": "Permanently delete a webhook subscription." }, "response": [ { "id": "05026dc3-26b8-4e74-b9cb-fee264f894f0", "name": "Webhook deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\"\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-05026dc3-26b8-4e74-b9cb-fee264f894f0" }, { "id": "a6f8aaa7-2599-4e01-a315-248ef8c8e58e", "name": "Authentication failed", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-a6f8aaa7-2599-4e01-a315-248ef8c8e58e" }, { "id": "1b5ec1cc-f061-474b-bbe1-b2c837e73102", "name": "API key lacks required permission scope", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-1b5ec1cc-f061-474b-bbe1-b2c837e73102" }, { "id": "3d7efb42-438a-4c21-925a-cfcc8907db9c", "name": "The webhook does not exist or is not accessible", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-3d7efb42-438a-4c21-925a-cfcc8907db9c" }, { "id": "899ca7b5-e849-41ef-97ea-5ef3d15bb7f0", "name": "Internal server error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-899ca7b5-e849-41ef-97ea-5ef3d15bb7f0" }, { "id": "3abf2033-aaa2-4cce-8da6-856b240faf3e", "name": "Service temporarily unavailable (transient organization DB routing outage; retryable)", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-3abf2033-aaa2-4cce-8da6-856b240faf3e" } ], "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-5b3f423d-75b9-42bc-a12c-7f631c39740f" } ], "id": "1e942816-76d4-401a-8dad-956522694461", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-1e942816-76d4-401a-8dad-956522694461" }, { "name": "List webhooks", "id": "d5699cf3-3fec-438f-a24f-829ca0c16cdd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] }, "description": "Retrieve all webhooks registered for your organization." }, "response": [ { "id": "70a88dab-1c0b-45fe-b6c0-2f24cd0912eb", "name": "Webhooks retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"webhooks\": [\n {\n \"name\": \"\",\n \"id\": \"\",\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"create_time\": \"\",\n \"has_auth_token\": \"\",\n \"last_triggered_at\": \"\"\n },\n {\n \"name\": \"\",\n \"id\": \"\",\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"create_time\": \"\",\n \"has_auth_token\": \"\",\n \"last_triggered_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-70a88dab-1c0b-45fe-b6c0-2f24cd0912eb" }, { "id": "3dd0dd31-5acc-4a57-8a99-8d397b93cbf0", "name": "Authentication failed", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-3dd0dd31-5acc-4a57-8a99-8d397b93cbf0" }, { "id": "14da3466-d47c-43ad-9189-893d8fe357e3", "name": "API key lacks required permission scope", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-14da3466-d47c-43ad-9189-893d8fe357e3" }, { "id": "8dc13ff0-e53d-42c6-bd97-02c78793cde9", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-8dc13ff0-e53d-42c6-bd97-02c78793cde9" }, { "id": "79611578-a8de-490a-abf2-5b9b569009d9", "name": "Service temporarily unavailable (transient organization DB routing outage; retryable)", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-79611578-a8de-490a-abf2-5b9b569009d9" } ], "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-d5699cf3-3fec-438f-a24f-829ca0c16cdd" }, { "name": "Create a webhook", "id": "c8977c30-1dec-43dc-9074-a7c52fed131e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] }, "description": "Register a new webhook subscription." }, "response": [ { "id": "6e74f7a6-3392-4d45-81e9-0b4af98555f4", "name": "Webhook created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"webhook\": {\n \"name\": \"\",\n \"id\": \"\",\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"create_time\": \"\",\n \"has_auth_token\": \"\",\n \"last_triggered_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-6e74f7a6-3392-4d45-81e9-0b4af98555f4" }, { "id": "c75f0252-dad7-4c74-b222-c255026957c5", "name": "The request was malformed", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-c75f0252-dad7-4c74-b222-c255026957c5" }, { "id": "1e373d13-2d95-44a1-81cb-09c881c368c0", "name": "Authentication failed", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-1e373d13-2d95-44a1-81cb-09c881c368c0" }, { "id": "7a4ccc08-19f1-4a78-8b25-68c9bf277d04", "name": "API key lacks required permission scope", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-7a4ccc08-19f1-4a78-8b25-68c9bf277d04" }, { "id": "1a29951d-baf5-4a68-9caa-5719531bc6cb", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-1a29951d-baf5-4a68-9caa-5719531bc6cb" }, { "id": "2e477c48-4757-406d-8a92-27a50ec2d390", "name": "Service temporarily unavailable (transient organization DB routing outage; retryable)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"job_complete\",\n \"url\": \"\",\n \"auth_token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"UNAUTHENTICATED\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"description\": \"\"\n },\n {\n \"field\": \"\",\n \"description\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-2e477c48-4757-406d-8a92-27a50ec2d390" } ], "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-c8977c30-1dec-43dc-9074-a7c52fed131e" } ], "id": "482cfdd5-88af-42b8-b2b3-c7c6f4b8f0b1", "createdAt": "2026-07-28T01:27:32.000Z", "updatedAt": "2026-07-28T01:27:32.000Z", "uid": "35240-482cfdd5-88af-42b8-b2b3-c7c6f4b8f0b1" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.coval.dev/v1" } ] }