Skip to main content
GET
/
invoices
/
{invoiceId}
/
pdf
Get invoice download url
curl --request GET \
  --url https://api.leanpay.fr/v1/public/invoices/{invoiceId}/pdf \
  --header 'Authorization: <api-key>'
{
  "downloadUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

invoiceId
string<uuid>
required

Id of the invoice

Response

Download url object

downloadUrl
string