Skip to main content
GET
Get a fiscal request
Returns the same contract as POST /numbering, with the state refreshed. What changes between calls is documentStatus: it starts as PENDING and becomes AUTHORIZED once the authority rules.
You should not need this in day-to-day operation. The identifiers already reach you in data.fiscalRepresentation on the order events, and the authority’s verdict in lastKnown.fiscal.status. This endpoint exists for when the normal path is not enough: you lost the synchronous response to a network drop, or you want to confirm the state without waiting for the event.

Authentication

It is the same scope as issuing, deliberately: whoever can number can read what they numbered. There is no read-only scope that grants less. The tenant comes from the key, never from the request. A request belonging to another account returns 404, exactly like one that does not exist — the two are indistinguishable so we don’t leak which identifiers are real.

Path parameters

string
required
The fiscalRequestId returned by the numbering call. A UUID.

Response

Identical to POST /numbering — see the full contract reference.

Errors