1
0
mirror of synced 2026-02-01 21:01:46 -05:00
Files
docs/data/reusables/webhooks/webhooks-rest-api-links.md
Leona B. Campbell c11415480e Adding context for new webhook endpoints (#20229)
Co-authored-by: skedwards88 <skedwards88@github.com>
2021-07-01 16:30:49 +00:00

5 lines
835 B
Markdown

The repository, organization, and app webhook REST APIs enable you to create, update, delete, and ping webhooks.{% ifversion fpt or ghes > 3.2 or ghae %} You can use this API to list webhook deliveries for a webhook, or get and redeliver an individual delivery for a webhook, which can be integrated into an external app or service.{% endif %}{% ifversion fpt or ghes > 2.22 or ghae %} You can also use the REST API to change the configuration of the webhook. For example, you can modify the payload URL, content type, SSL verification, and secret. {% endif %}For more information, see:
- [Repository Webhooks REST API](/rest/reference/repos#webhooks)
- [Organization Webhooks REST API](/rest/reference/orgs#webhooks){% ifversion fpt or ghes > 2.22 or ghae %}
- [GitHub App Webhooks REST API](/rest/reference/apps#webhooks){% endif %}