Authorizations
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
Path Parameters
Response
default - application/pdf
default response
The response is of type file.
Returns the attached PDF document for a credit note
curl --request GET \
--url https://api.light.inc/v1/credit-notes/{creditNoteId}/document \
--header 'Authorization: <api-key>'This response does not have an example.Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
default response
The response is of type file.
curl --request GET \
--url https://api.light.inc/v1/credit-notes/{creditNoteId}/document \
--header 'Authorization: <api-key>'This response does not have an example.