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

expenseId
string<uuid>
required

Response

default - application/pdf

default response

The response is of type file.

I