Skip to main content
GET
List Webhook Events

List Webhook Events

Returns a list of all webhook event types that can be sent to your app. The events available depend on your app type (Issuing or Collection).

Request

Response

boolean
Whether the request was successful
object

Event Categories

Issuing App Events

Collection App Events

Use Cases

  • Build a dynamic webhook handler that discovers available events
  • Display available events in your admin dashboard
  • Validate event types before testing

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Response

Webhook events retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object