---
title: "List Webhooks"
method: GET
path: "/webhooks"
tags: ["webhooks"]
---

# List Webhooks

`GET /webhooks`

## Headers

- `Authorization-Signature` string, required

## Response `200`

List of webhooks

- WebhookResponse[]
  - `id` string, required
  - `url` string, required
  - `webhook_secret` string
  - `subscription_events` string[]
  - `active` boolean, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/coinvoyage/apis/coinvoyage-api-v3.md) · [All operations](https://skmtc.net/coinvoyage/apis/coinvoyage-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinvoyage/coinvoyage-api-v3/revisions/d166bf9d9ca2/schema)
