---
title: "Get a list of webhooks"
method: GET
path: "/webhooks/"
tags: ["Webhooks"]
---

# Get a list of webhooks

`GET /webhooks/`

Lists all your configured webhooks. Requires a secret key.

## Response `200`

Successful operation

- Webhook[]
  - `id` integer
  - `event` string
  - `url` string
  - `hmac_digest` string
  - `hmac_secret` string
  - `uuid` string

---

[API](https://skmtc.dev/askell/apis/a-skell-api.md) · [All operations](https://skmtc.dev/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/askell/a-skell-api/revisions/9234f937fa26/schema)
