Skip to main content
This guide explains how to obtain all consumptions for all employees for a closed payroll cycle (e.g., end of month). Steps:
  1. Get the closed payroll cycle:
  2. Get consumptions for a company:
Important Notice
In case there is a mismatch between an employee in your system, you can easily request the consumptions of a single employee.
Use GET /companies/{companyId}/employees/{employeeId}/consumptions to retrieve their confirmed consumptions for that payroll cycle.

Key Points

  • If payrollCycleId is not provided, then the API works with the ongoing cycle.
Important Notice
For more details on each endpoint, refer to their respective documentation links above.