Returns the attached document for an invoice payable
curl --request GET \
--url https://api.light.inc/v1/invoice-payables/{invoicePayableId}/document \
--header 'Authorization: <api-key>'Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
⚠️ This enum is not exhaustive; new values may be added in the future.
ORIGINAL, GENERATED default response
curl --request GET \
--url https://api.light.inc/v1/invoice-payables/{invoicePayableId}/document \
--header 'Authorization: <api-key>'