curl --request PATCH \
--url http://localhost:8080/api/post-call-webhooks/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--data '
{
"id": "string",
"organization_id": "string",
"name": "string",
"url": "string",
"description": "string",
"is_active": true,
"created_at": "2026-02-05T07:36:13.260Z",
"updated_at": "2026-02-05T07:36:13.260Z"
}
'{
"message": "Post-call webhook updated successfully",
"status": "success",
"error": null,
"data": {
"id": "string",
"organization_id": "string",
"name": "string",
"url": "string",
"description": "string",
"is_active": true,
"created_at": "2026-02-05T07:36:13.261Z",
"updated_at": "2026-02-05T07:36:13.261Z"
}
}Updates a post-call webhook (current behavior).
curl --request PATCH \
--url http://localhost:8080/api/post-call-webhooks/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--data '
{
"id": "string",
"organization_id": "string",
"name": "string",
"url": "string",
"description": "string",
"is_active": true,
"created_at": "2026-02-05T07:36:13.260Z",
"updated_at": "2026-02-05T07:36:13.260Z"
}
'{
"message": "Post-call webhook updated successfully",
"status": "success",
"error": null,
"data": {
"id": "string",
"organization_id": "string",
"name": "string",
"url": "string",
"description": "string",
"is_active": true,
"created_at": "2026-02-05T07:36:13.261Z",
"updated_at": "2026-02-05T07:36:13.261Z"
}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication