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 receipt document as a PDF download
curl --request GET \
--url https://api.light.inc/v1/expenses/{expenseId}/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/expenses/{expenseId}/document \
--header 'Authorization: <api-key>'This response does not have an example.