Invoice
Get invoice download link
PUT
/
invoices
/
{id}
/
download-link
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredInvoice identifier
Query Parameters
secondsValid
integer
The amount of seconds the download link should be valid. Default is 24 hours.
Required range:
x > 5
Body
The body is of type any
.
Response
200 - application/json
url
string
The download URL
Was this page helpful?