Skip to main content
GET
/
api
/
v1
/
credit-notes
/
{credit_note_id}
/
download
cURL
curl --request GET \
  --url https://api.example.com/api/v1/credit-notes/{credit_note_id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

credit_note_id
string<MeteroidId>
required

Credit Note ID

Example:

"crn_7n42DGM5Tflk9n8mt7Fhc7"

Response

Credit Note PDF

Unused dummy struct only used for an OpenAPI definition.