Skip to main content
GET
/
api
/
conversion
/
pdf
/
{task_id}
Get PDF conversion status
curl --request GET \
  --url https://api.e-invoice.be/api/conversion/pdf/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "<string>",
  "status": "pending"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string
required

Response

Successful Response

task_id
string
required

The ID of the task that will process the PDF

status
enum<string>
default:pending

The status of the task

Available options:
pending,
completed,
failed