---
title: "Get available webhook event types"
method: GET
path: "/v3/webhooks/event-types"
tags: ["Webhooks"]
---

# Get available webhook event types

`GET /v3/webhooks/event-types`

Retrieves all available webhook event types that can be subscribed to.

## Headers

- `x-profile-id` string, uuid

## Response `200`

Event types retrieved successfully

- SentDmServicesEndpointsCustomerAPIv3ResponsesApiResponseOfWebhookEventTypesListV3Response — Standard API response envelope for all v3 endpoints
  - `success` boolean — Indicates whether the request was successful
  - `data` SentDmServicesEndpointsCustomerAPIv3ResponsesWebhookEventTypesListV3Response
    - `event_types` SentDmServicesEndpointsCustomerAPIv3ResponsesWebhookEventTypeV3Response[]
      - `name` string
      - `display_name` string
      - `description` string, nullable
      - `is_active` boolean
      - `event_type` string, nullable
      - `sub_types` SentDmServicesEndpointsCustomerAPIv3ResponsesWebhookEventTypeV3Response[], nullable
  - `error` SentDmServicesEndpointsCustomerAPIv3ResponsesApiError — Error information
    - `code` string — Machine-readable error code (e.g., "RESOURCE_001")
    - `message` string — Human-readable error message
    - `details` object, nullable — Additional validation error details (field-level errors)
    - `doc_url` string, nullable — URL to documentation about this error
  - `meta` SentDmServicesEndpointsCustomerAPIv3ResponsesApiMeta — Request and response metadata
    - `request_id` string — Unique identifier for this request (for tracing and support)
    - `timestamp` string, date-time — Server timestamp when the response was generated
    - `version` string — API version used for this request

## Other responses

- `401` — Unauthorized - Invalid API credentials
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/sentdm/apis/sent-dm-api-v3.md) · [All operations](https://skmtc.dev/sentdm/apis/sent-dm-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sentdm/sent-dm-api-v3/revisions/c451eca46f1b/schema)
