# Webhooks APIs to create, update, list webhooks ## ListWebhooks - [GET /har/api/v1/registry/{registry_ref}/webhooks](https://apidocs.harness.io/openapi-merged/webhooks/listwebhooks.md): Returns List of Webhook Details ## CreateWebhook - [POST /har/api/v1/registry/{registry_ref}/webhooks](https://apidocs.harness.io/openapi-merged/webhooks/createwebhook.md): Returns Webhook Details ## DeleteWebhook - [DELETE /har/api/v1/registry/{registry_ref}/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhooks/deletewebhook.md): Delete a Webhook ## GetWebhook - [GET /har/api/v1/registry/{registry_ref}/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhooks/getwebhook.md): Returns Webhook Details ## UpdateWebhook - [PUT /har/api/v1/registry/{registry_ref}/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhooks/updatewebhook.md): Returns Webhook Details ## ListWebhookExecutions - [GET /har/api/v1/registry/{registry_ref}/webhooks/{webhook_identifier}/executions](https://apidocs.harness.io/openapi-merged/webhooks/listwebhookexecutions.md): Returns Webhook Execution Details List ## GetWebhookExecution - [GET /har/api/v1/registry/{registry_ref}/webhooks/{webhook_identifier}/executions/{webhook_execution_id}](https://apidocs.harness.io/openapi-merged/webhooks/getwebhookexecution.md): Returns Webhook Execution Details ## ReTriggerWebhookExecution - [GET /har/api/v1/registry/{registry_ref}/webhooks/{webhook_identifier}/executions/{webhook_execution_id}/retrigger](https://apidocs.harness.io/openapi-merged/webhooks/retriggerwebhookexecution.md): Retrigger Webhook Execution