# List available event types Endpoint: GET /v1/webhooks/event-types Version: 2.0.0 Security: oAuth2 ## Response 200 fields (application/json): - `payment` (array) Example: ["payment.created","payment.succeeded","payment.failed"] - `payout` (array) Example: ["payout.created","payout.completed","payout.failed"] - `quote` (array) Example: ["quote.expired"] - `checkout` (array) Example: ["checkout.session.created","checkout.session.completed","checkout.session.expired"] - `identity` (array) Example: ["kyc.approved","kyc.rejected","kyb.approved","kyb.rejected"] - `acceptance` (array) Example: ["charge.succeeded","charge.failed","refund.succeeded"] ## Response 401 fields