Light APIv1.0.0

API / Reference / Expenses

Submit reimbursement

POST https://api.light.inc/v1/expenses/submit

Submits all pending expenses from the current user for administrator review and approval

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

Response

This endpoint returns no content.