Incentives
List incentives for the authenticated employee
Returns all incentives for the authenticated employee.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage expenses (employment_payments) | View incentives (incentive:read) | Manage incentives (incentive:write) |
get/v1/employee/incentives
Response
Success
Example response
{
"data": {
"status": "ok"
}
}