---
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.

## Changes

- **2024-10-14** (v2) `c153448703e5` — 4 info
  - api operation id `findWebhook` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Webhook Controller` added
  - api tag `Integrations > Events > Webhook` removed
- **2024-09-09** (v2) `0c4620ca5ed5` — 4 info
  - api operation id `findWebhook` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `Integrations > Events > Webhook` added
  - api tag `Webhook Controller` removed

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/webhook/find/:instance/get.md)

---

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