Lists all configured webhook endpoints
Show Webhook Endpoint Object
Show Pagination
{ "data": [ { "id": "webhook_001", "merchantId": "merchant_456", "url": "https://example.com/webhooks", "events": [ "checkout.session.completed", "purchase.succeeded", "transfer.completed" ], "active": true, "metadata": {}, "createdAt": "2025-01-15T10:30:00.000Z", "updatedAt": "2025-01-15T10:30:00.000Z" } ], "pagination": { "limit": 50, "offset": 0, "total": 3, "hasMore": false } }