curl --request GET \
--url http://localhost:8080/api/post-call-webhooks/{id}/full \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Post-call webhook retrieved 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:32:06.875Z",
"updated_at": "2026-02-05T07:32:06.875Z"
}
}Retrieves a post-call webhook using the full endpoint (current behavior).
curl --request GET \
--url http://localhost:8080/api/post-call-webhooks/{id}/full \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Post-call webhook retrieved 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:32:06.875Z",
"updated_at": "2026-02-05T07:32:06.875Z"
}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication