Retrieves a log of all API events for debugging and logging
Show Event Object
Show Pagination
{ "data": [ { "id": "event_001", "merchantId": "merchant_456", "type": "checkout.session.completed", "data": { "sessionId": "checkout_sess_123", "amount": 10000, "currency": "ZAR" }, "relatedEntityId": "checkout_sess_123", "relatedEntityType": "CheckoutSession", "createdAt": "2025-01-15T10:30:00.000Z" } ], "pagination": { "limit": 50, "offset": 0, "total": 500, "hasMore": true } }