E-Invoice API
ApiMustang

Healthcheck. Just request a ping, will respond with a 'pong'

GET
/e-invoice/ping

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

Header Parameters

USERNAME?string

Response Body

*/*

*/*

application/json

application/json

curl -X GET "https://example.com/e-invoice/ping"
"string"