---
title: "Find webhook by id"
method: GET
path: "/{organization}/webhooks/{webhook}"
tags: ["webhook"]
---

# Find webhook by id

`GET /{organization}/webhooks/{webhook}`

Returns a single webhook

## Path parameters

- `organization` string, required
- `webhook` string, required

## Response `200`

successful operation

- Webhook — Webhook that has been registered by the organization
  - `url` string, required — Url of the webhook
  - `type` string, required — Type of the webhook
  - `status` string — Status of the webhook

## Other responses

- `400` — Invalid Webhook
- `404` — Webhook not found

---

[API](https://skmtc.net/kand/apis/kandio.md) · [All operations](https://skmtc.net/kand/apis/kandio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kand/kandio/versions/07cae6abf6ca/schema)
