v1
latestOpenAPI 3.1.02026-07-242735131.1 MBPayslips
List approved payslip files for the authenticated employee
Returns a paginated list of payslip files belonging to the current employee.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (employment_documents) | View payslips (payslip:read) | - |
get/v1/employee/payslips
Query parameters
pageinteger
Starts fetching records after the given page
page_sizeinteger
Number of items per page
Response
Success
Example response
{
"current_page": 1,
"payslips": [
{
"file": {
"inserted_at": "2026-04-01T00:00:00Z",
"name": "payslip.pdf",
"slug": "663e0b79-c893-45ff-a1b2-f6dcabc098b5"
},
"has_employee_payroll_overviews": false,
"payroll_output": null,
"payroll_run": {
"expected_payout_date": "2026-05-01",
"period_end": "2026-04-30",
"period_start": "2026-04-01",
"type": "regular"
},
"payslip": {
"active_compensation": null,
"has_content_layout": false,
"net_salary": null,
"slug": "7f4bc535-3d7a-43f5-ab44-360ca91acc7a"
}
}
],
"total_count": 1,
"total_pages": 1
}