Expenses

List expenses for the authenticated employee

Returns a paginated list of expenses belonging to the current employee.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage expenses (employment_payments)View expenses (expense:read)Manage expenses (expense:write)
get/v1/employee/expenses

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.