---
title: "Get list of all the webhook in the organization"
method: GET
path: "/{organization}/webhooks"
tags: ["webhook"]
---

# Get list of all the webhook in the organization

`GET /{organization}/webhooks`

Return a collection of webhooks

## Path parameters

- `organization` string, required

## Response `200`

Webhooks collection after a successful request

- Webhook[]
  - `url` string, required — Url of the webhook
  - `type` string, required — Type of the webhook
  - `status` string — Status of the webhook

## Other responses

- `400` — Bad request

---

[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)
