Download NF-e XML
GET/v1/nfes/:id/xml
Downloads the NF-e XML as a binary attachment (application/xml). Served from the database when available; otherwise fetched from the provider.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
NF-e XML.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.