List subscribable event types
Catalog of event type names you can pass in `event_types` when registering an endpoint. Each entry includes a JSON Schema for the envelope's `data` field — use it to generate types or validate incoming payloads. Trigger the event in the platform to see a real delivery in the endpoint's log.
**Authentication:** Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Organization-ID
Response
Successful Response
name
Event type identifier, e.g. ‘elp_test.scored’
description
Human-readable summary of when this event fires.
payload_schema
JSON Schema describing the envelope’s data field for this event.
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error

