cURL
curl --request GET \ --url https://api.e-invoice.be/api/conversion/pdf/{task_id} \ --header 'Authorization: Bearer <token>'
{ "task_id": "<string>", "status": "pending" }
Get the status of a PDF conversion task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The ID of the task that will process the PDF
The status of the task
pending
completed
failed