---
title: "Find Webhook"
method: GET
path: "/webhook/find/{instance}"
tags: ["Webhook Controller"]
---

# Find Webhook

`GET /webhook/find/{instance}`

Fetch Webhook configuration

## Path parameters

- `instance` string, required

## Response `200`

Ok

- object
  - `enabled` boolean — Indicates whether the webhook is enabled.
  - `url` string — The URL of the webhook.
  - `events` string[] — List of events the webhook is subscribed to.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
