English
cURL
curl --request GET \ --url https://pre-partners-api.cobee.io/api/v3/companies/{companyId}/payroll-cycles \ --header 'Authorization: Bearer <token>'
{ "payrollCycles": [ { "id": "<string>", "start": 1672531200, "end": 1675123200, "fiscalYear": "2023", "payrollMonth": "03" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the company
Payroll cycles successfully retrieved
List of the company Payroll Cycles
Show child attributes