---
title: "List webhook event types"
method: GET
path: "/v1/webhooks/events"
tags: ["Webhooks"]
---

# List webhook event types

`GET /v1/webhooks/events`

Get all available webhook event types with descriptions. **Requires a secret key (sk_).** Public keys (pk_) will receive a 403 error.

## Response `200`

Available event types

- object — Available event types
  - `events` string[] — List of all available event types
  - `description` object — Human-readable descriptions for each event type

## Other responses

- `401` — Unauthorized

---

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