Skip to main content
GET
/
api
/
documents
/
{document_id}
/
timeline
Get Document Timeline
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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_id
string
required

Response

Successful Response

document_id
string
required
events
TimelineEvent · object[]
required