Base URL https://api.cube-hr.co.uk/api/v1
5 endpoints
Employee salary history, current salary, and salary management.
/employees/{uuid}/salaries
Get the current active salary record for an employee.
/employees/{uuid}/salaries/history
Get the full salary history for an employee (requires employee.view_salary permission).
Create a new salary record. Automatically ends the previous salary on the day before valid_from.
/employees/{uuid}/salaries/{salary_uuid}
Update an existing salary record (e.g. correct an effective date).
Remove a salary record. The previous record becomes current again.