curl --location --request GET 'https://api-preview.fidi.money/fidix/v1/webhooks/events?subscription_id=8a9b0c1d-2e3f-4a5b-6c7d-8e9f0a1b2c3d&event_type=transfer.received&status=delivered&limit=20&offset=0' \
--header 'Authorization: Bearer <token>'{
"events": [
{
"id": "evt_9b0c1d2e-3f4a-5b6c-7d8e-9f0a1b2c3d4e5",
"event_type": "transfer.received",
"subscription_id": "8a9b0c1d-2e3f-4a5b-6c7d-8e9f0a1b2c3d",
"status": "pending",
"attempts": 1,
"delivered_at": "2026-01-14T10:05:00Z",
"error_message": null,
"created_at": "2026-01-14T10:05:00Z"
}
],
"pagination": {
"total": 10,
"limit": 20,
"offset": 0
}
}