cURL
curl --request POST \ --url https://api.multifactu.com/no-verifactu/events/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from": "2025-01-01T00:00:00+01:00", "until": "2025-01-31T23:59:59+01:00", "limit": 500 } '
{ "correlationId": "123e4567-e89b-12d3-a456-426614174000", "data": [ { "fechaHoraHusoGenEvento": "2025-02-03T14:30:00+01:00", "signedXml": "<string>", "tipoEvento": "01", "uuid": "bcda84ec-a5a7-4af3-a8fa-3c754b32711a" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start datetime (ISO 8601)
"2025-01-01T00:00:00+01:00"
End datetime (ISO 8601)
"2025-01-31T23:59:59+01:00"
Maximum number of records to export (1-2000)
500
Event XMLs exported for date range (NO VERI*FACTU)
Correlation ID for tracking the request
"123e4567-e89b-12d3-a456-426614174000"
Array of events with their signed XML
Show child attributes