Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost/invoices/{id}/file \ --header 'Authorization: Bearer <token>'
{ "code": "BAD_REQUEST", "message": "invalid_type in 'end': Required", "requestId": "37a04f8f-e791-491c-81e1-86cd304649bb", "docs": "https://docs.nomos.energy/api-references/errors/BAD_REQUEST" }
Retrieve a PDF file of an invoice from the storage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The invoice id to access the pdf file
"inv_<id>"
Redirect to the file. The link is valid for 1 hour.
Was this page helpful?