E-Invoice API
ApiMustang

Visualisation from XML to HTML.

POST
/e-invoice/xmltohtml

Authorization

AuthorizationBearer <token>

Your API key as a bearer token: Authorization: Bearer of_live_…. An of_test_ key reaches the sandbox instead of the live service — same URL, no other change.

In: header

Query Parameters

language*string

Value in

  • "EN"
  • "FR"
  • "DE"

Header Parameters

USERNAME?string

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/octet-stream

application/octet-stream

application/json

application/json

curl -X POST "https://example.com/e-invoice/xmltohtml?language=DE" \  -F file="string"
Empty