---
title: "List Webhook Event Types"
method: GET
path: "/partner/webhook_events"
tags: ["WebhookEvent"]
---

# List Webhook Event Types

`GET /partner/webhook_events`

Returns the canonical list of event types delivered to partner webhook
endpoints — every string is a `resource.action` pair (e.g. `patient.created`,
`customer_invoice.paid`, `membership.updated`). Use this list to type-check
incoming webhook payloads against the platform's current event registry.
Today there is no per-endpoint subscription filter — once a webhook endpoint
is registered (`POST /partner/webhook_endpoints`), it receives the full set
of events emitted for the partner's connected practices. Implementations
should ignore unknown event types; new resource/action pairs may be added
without a version bump.

## Response `200`

Flat array of `resource.action` event-type strings, ordered by resource then action.

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
