get
https://api.cardda.com/v1/fiscal_invoices/
Returns a single fiscal invoice (DTE) by its composite id. The response
includes the inline issuer and receiver projections (id, name,
identifier), the derived tradable and due_date, and the SII event fields
(sii_event_state, sii_event_status).
See the id format notes on GET /v1/fiscal_invoices — the id looks like
76123456-7-33-1234 and is a string, not a UUID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized — missing/invalid bearer token, company-id header not set,
or the caller is not a member of the invoice's company. Authorization
failures surface as 401 (not 403); Pundit renders 401 with an empty body.
404Fiscal invoice not found (or not visible to the caller). Body: { "message": "Resource not found" }.
