> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/developer-tools/snyk-api/reference/webhooks-v1.md).

# Webhooks (v1)

{% hint style="info" %}
This document uses the v1 API, which will eventually be deprecated, as further Snyk developments are now focused on the REST API. For more details, see the [v1 API](/developer-tools/snyk-api/v1-api.md).
{% endhint %}

{% hint style="warning" %}
The Webhooks API is in beta. While the API is in beta, Snyk may change the API and the structure of webhook payloads at any time, without notice. During this beta, Webhooks are available only in the Snyk US-01, US-02, EU-01, and AU-01 regions.
{% endhint %}

{% openapi src="/files/D0D9tNQLWpVVXm173llf" path="/org/{orgId}/webhooks" method="post" %}
[v1-api-spec.yaml](https://558411700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIEEjSXQQu36y0vmFV8zf%2Fuploads%2Fgit-blob-8a2db98aa2c704104a2d2b12ade020095a3fe51a%2Fv1-api-spec.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/D0D9tNQLWpVVXm173llf" path="/org/{orgId}/webhooks" method="get" %}
[v1-api-spec.yaml](https://558411700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIEEjSXQQu36y0vmFV8zf%2Fuploads%2Fgit-blob-8a2db98aa2c704104a2d2b12ade020095a3fe51a%2Fv1-api-spec.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/D0D9tNQLWpVVXm173llf" path="/org/{orgId}/webhooks/{webhookId}" method="get" %}
[v1-api-spec.yaml](https://558411700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIEEjSXQQu36y0vmFV8zf%2Fuploads%2Fgit-blob-8a2db98aa2c704104a2d2b12ade020095a3fe51a%2Fv1-api-spec.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/D0D9tNQLWpVVXm173llf" path="/org/{orgId}/webhooks/{webhookId}" method="delete" %}
[v1-api-spec.yaml](https://558411700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIEEjSXQQu36y0vmFV8zf%2Fuploads%2Fgit-blob-8a2db98aa2c704104a2d2b12ade020095a3fe51a%2Fv1-api-spec.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/D0D9tNQLWpVVXm173llf" path="/org/{orgId}/webhooks/{webhookId}/ping" method="post" %}
[v1-api-spec.yaml](https://558411700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIEEjSXQQu36y0vmFV8zf%2Fuploads%2Fgit-blob-8a2db98aa2c704104a2d2b12ade020095a3fe51a%2Fv1-api-spec.yaml?alt=media)
{% endopenapi %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snyk.io/developer-tools/snyk-api/reference/webhooks-v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
