Get expense
GET
https://api.light.inc/v1/expenses/{expenseId}
Returns an expense by ID including all line items
Includes line items. Company admins and auditors can read any expense; a user with the reimbursement role only their own. A key with neither gets 403.
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
expenseIdstring · uuidrequired
Response
-
idstring · uuid -
receiptDocumentKeystring -
originalCurrencystring -
billingCurrencystring -
statusstring⚠️ This enum is not exhaustive; new values may be added in the future.
One of
CREATEDIN_DRAFTSUBMITTED_FOR_REVIEWCANCELLED -
userIdstring · uuid -
companyIdstring · uuid -
performedDatestring · date -
detailedDescriptionstring -
lineItemsarray of object-
idstring · uuid -
expenseIdstring · uuid -
originalAmountinteger · int64 -
billingAmountinteger · int64 -
accountIdstring · uuid -
costCenterIdstring · uuid -
descriptionstring -
reimbursementCategoryIdstring · uuid -
createdAtstring · date-time -
updatedAtstring · date-time
-
-
createdAtstring · date-time -
updatedAtstring · date-time