25 lines
724 B
Markdown
25 lines
724 B
Markdown
---
|
|
title: REST API endpoints for repository webhooks
|
|
shortTitle: Webhooks
|
|
intro: Use the REST API to create and manage webhooks for your repositories.
|
|
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
|
|
fpt: '*'
|
|
ghec: '*'
|
|
ghes: '*'
|
|
topics:
|
|
- API
|
|
autogenerated: rest
|
|
allowTitleToDifferFromFilename: true
|
|
redirect_from:
|
|
- /rest/webhooks/repo-deliveries
|
|
- /rest/webhooks/repo-config
|
|
- /rest/webhooks/repos
|
|
- /rest/webhooks
|
|
---
|
|
|
|
## About repository webhooks
|
|
|
|
Repository webhooks allow your server to receive HTTP `POST` payloads whenever certain events happen in a repository. For more information, see [AUTOTITLE](/webhooks).
|
|
|
|
<!-- Content after this section is automatically generated -->
|