Light APIv1.0.0

API / Reference / Users

Get latest reimbursement

GET https://api.light.inc/v1/users/{userId}/reimbursements/latest

Returns the most recent reimbursement for a user

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

  • userId string · uuidrequired

Response

  • id string · uuid

  • companyId string · uuid

  • userId string · uuid

  • expenseIds array of string · uuid

  • status string

    ⚠️ This enum is not exhaustive; new values may be added in the future.

    One of IN_PROGRESS SUCCEEDED FAILED REJECTED RESET

  • createdAt string · date-time