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

Authorizations

Authorization
string
header
required

Path Parameters

creditNoteId
string<uuid>
required

Id of the credit note

Response

Download url object

downloadUrl
string