# webhook ## List repo webhooks - [GET /code/api/v1/repos/{repo_identifier}/webhooks](https://apidocs.harness.io/openapi-merged/webhook/listrepowebhooks.md) ## Create repo webhook - [POST /code/api/v1/repos/{repo_identifier}/webhooks](https://apidocs.harness.io/openapi-merged/webhook/createrepowebhook.md) ## Delete repo webhook - [DELETE /code/api/v1/repos/{repo_identifier}/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhook/deleterepowebhook.md) ## Get repo webhook - [GET /code/api/v1/repos/{repo_identifier}/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhook/getrepowebhook.md) ## Update repo webhook - [PATCH /code/api/v1/repos/{repo_identifier}/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhook/updaterepowebhook.md) ## List repo webhook executions - [GET /code/api/v1/repos/{repo_identifier}/webhooks/{webhook_identifier}/executions](https://apidocs.harness.io/openapi-merged/webhook/listrepowebhookexecutions.md) ## Get repo webhook execution - [GET /code/api/v1/repos/{repo_identifier}/webhooks/{webhook_identifier}/executions/{webhook_execution_id}](https://apidocs.harness.io/openapi-merged/webhook/getrepowebhookexecution.md) ## Retrigger repo webhook execution - [POST /code/api/v1/repos/{repo_identifier}/webhooks/{webhook_identifier}/executions/{webhook_execution_id}/retrigger](https://apidocs.harness.io/openapi-merged/webhook/retriggerrepowebhookexecution.md) ## List acc, org or proj webhooks - [GET /code/api/v1/webhooks](https://apidocs.harness.io/openapi-merged/webhook/listspacewebhooks.md) ## Create acc, org or proj webhook - [POST /code/api/v1/webhooks](https://apidocs.harness.io/openapi-merged/webhook/createspacewebhook.md) ## Delete acc, org or proj webhook - [DELETE /code/api/v1/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhook/deletespacewebhook.md) ## Get acc, org or proj webhook - [GET /code/api/v1/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhook/getspacewebhook.md) ## Update acc, org or proj webhook - [PATCH /code/api/v1/webhooks/{webhook_identifier}](https://apidocs.harness.io/openapi-merged/webhook/updatespacewebhook.md) ## List acc, org or proj webhook executions - [GET /code/api/v1/webhooks/{webhook_identifier}/executions](https://apidocs.harness.io/openapi-merged/webhook/listspacewebhookexecutions.md) ## Get acc, org or proj webhook execution - [GET /code/api/v1/webhooks/{webhook_identifier}/executions/{webhook_execution_id}](https://apidocs.harness.io/openapi-merged/webhook/getspacewebhookexecution.md) ## Retrigger acc, org or proj webhook execution - [POST /code/api/v1/webhooks/{webhook_identifier}/executions/{webhook_execution_id}/retrigger](https://apidocs.harness.io/openapi-merged/webhook/retriggerspacewebhookexecution.md)