cURL
curl --request GET \ --url https://api.e-invoice.be/api/documents/{document_id}/timeline \ --header 'Authorization: Bearer <token>'
{ "document_id": "<string>", "events": [ { "event_type": "email_received", "timestamp": "2023-11-07T05:31:56Z", "id": "<string>", "details": {} } ] }
Get the timeline of events for an invoice or credit note, including creation, validation, transmission, and delivery events
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes