Skip to main content
GET
/
api
/
documents
/
{document_id}
/
ubl
Get Document UBL
curl --request GET \
  --url https://api.e-invoice.be/api/documents/{document_id}/ubl \
  --header 'Authorization: Bearer <token>'
{
  "file_name": "<string>",
  "id": "<string>",
  "file_size": 0,
  "signed_url": "<string>",
  "sender_peppol_id": "<string>",
  "sender_peppol_scheme": "<string>",
  "receiver_peppol_id": "<string>",
  "receiver_peppol_scheme": "<string>",
  "file_hash": "<string>",
  "validated_at": "2023-11-07T05:31:56Z"
}

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

file_name
string
required
id
string
required
file_size
integer
default:0
signed_url
string | null
sender_peppol_id
string | null
sender_peppol_scheme
string | null
receiver_peppol_id
string | null
receiver_peppol_scheme
string | null
file_hash
string | null
validated_at
string<date-time> | null