Skip to main content
GET
/
v1
/
credit-notes
/
{creditNoteId}
/
document
Get credit note document
curl --request GET \
  --url https://api.light.inc/v1/credit-notes/{creditNoteId}/document \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

creditNoteId
string<uuid>
required

Response

default - application/pdf

default response

The response is of type file.

I