---
title: "GET /user/webhooks/events"
method: GET
path: "/user/webhooks/events"
tags: ["webhooks"]
---

# GET /user/webhooks/events

`GET /user/webhooks/events`

## Response `200`

Supported webhook events, signature scheme, and management path

- WebhookEventCatalogResponse — GET /user/webhooks/events response (`api/data_value.rs::webhook_event_catalog`)
  - `events` WebhookEventDescriptor[], required
    - `description` string, required
    - `recommendedFields` string[], required
    - `type` string, required
  - `managementApiPath` string, required
  - `signature` WebhookSignatureInfo, required — Webhook payload signature scheme
    - `algorithm` string, required
    - `header` string, required

## Changes

- **2026-08-31** `9d9ef31d83e5` — 1 breaking, 3 info
  - removed the required property `data` from the response with the `200` status
  - added the required property `events` to the response with the `200` status
  - added the required property `managementApiPath` to the response with the `200` status
  - added the required property `signature` to the response with the `200` status

[Change history](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api/changes/user/webhooks/events/get.md)

---

[API](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api.md) · [All operations](https://skmtc.dev/ismalicious/apis/ismalicious-threat-intelligence-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ismalicious/ismalicious-threat-intelligence-api/revisions/9d9ef31d83e5/schema)
