GET
/
invoices
/
{id}
/
file
curl --request GET \
  --url https://api.nomos.energy/invoices/{id}/file \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The invoice id to access the pdf file

Example:

"inv_drjjua6ampd1op2fg98k89x8"

Response

302

Redirect to the file. The link is valid for 1 hour.