Skip to main content
GET
/
v1
/
invoice-payables
/
{invoicePayableId}
/
document
Get invoice document
curl --request GET \
  --url https://api.light.inc/v1/invoice-payables/{invoicePayableId}/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

invoicePayableId
string<uuid>
required

Query Parameters

documentType
enum<string>
Available options:
ORIGINAL,
GENERATED

Response

default - application/pdf

default response

The response is of type file.

I