List Webhook Event Types
List Webhook Event Types
Use this endpoint to retrieve the deterministic inventory of event types accepted in webhook registrations. Use these values to populate the eventTypes field when creating or patching a registration.
GET
List Webhook Event Types
Authorizations
JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.
Response
Indicates that the supported event types are returned.
The deterministic inventory of event types accepted in webhook registrations.
Example:
[
"payment_initiation.created",
"transfer.completed",
"transfer.rejected"
]
