cURL
curl --request GET \ --url https://api.multifactu.com/no-verifactu/events \ --header 'Authorization: Bearer <token>'
{ "data": [ { "fechaHoraHusoGenEvento": "2024-01-01T19:20:30+01:00", "huellaEvento": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "tipoEvento": "01", "uuid": "bcda84ec-a5a7-4af3-a8fa-3c754b32711a", "createdAt": "2026-01-27T10:00:00.000Z" } ], "correlationId": "123e4567-e89b-12d3-a456-426614174000" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Events list
Show child attributes
Correlation ID for tracking the request
"123e4567-e89b-12d3-a456-426614174000"