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

# List available webhook event types

`GET /v1/webhook-events`

Return the full list of event type strings you can subscribe a webhook endpoint to. This endpoint is public and requires no authentication.

## Response `200`

The available webhook event types.

- object
  - `events` string[] — You receive every event type string available for subscription.

## Changes

- **2026-07-05** `e4eddba66557` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/webhook-events/get.md)

---

[API](https://skmtc.dev/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
