cURL
curl --request POST \ --url https://api.multifactu.com/no-verifactu/invoices/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": [ { "operation": "SUBMISSION", "requestXml": "<string>", "responseXml": "<string>", "uuid": "bcda84ec-a5a7-4af3-a8fa-3c754b32711a", "issueDate": "01-01-2025" } ] }
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
Invoice XMLs exported for date range (NO VERI*FACTU)
Correlation ID for tracking the request
"123e4567-e89b-12d3-a456-426614174000"
Array of invoices with their VeriFactu XML request/response
Show child attributes