# Webhook Endpoints Manage webhook subscriptions ## Register webhook endpoint - [POST /v1/webhooks/endpoints](https://developer.kai2.io/platform/webhook-endpoints/paths/~1v1~1webhooks~1endpoints/post.md): Register a new webhook endpoint to receive event notifications. Important: The webhook secret is only returned once at creation time. Store it securely for signature verification. ## List webhook endpoints - [GET /v1/webhooks/endpoints](https://developer.kai2.io/platform/webhook-endpoints/paths/~1v1~1webhooks~1endpoints/get.md) ## Get webhook endpoint - [GET /v1/webhooks/endpoints/{endpointId}](https://developer.kai2.io/platform/webhook-endpoints/paths/~1v1~1webhooks~1endpoints~1%7Bendpointid%7D/get.md) ## Update webhook endpoint - [PATCH /v1/webhooks/endpoints/{endpointId}](https://developer.kai2.io/platform/webhook-endpoints/paths/~1v1~1webhooks~1endpoints~1%7Bendpointid%7D/patch.md) ## Delete webhook endpoint - [DELETE /v1/webhooks/endpoints/{endpointId}](https://developer.kai2.io/platform/webhook-endpoints/paths/~1v1~1webhooks~1endpoints~1%7Bendpointid%7D/delete.md)