---
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.

---

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