The signed-in employee's own payslips.
Returns the payslips data for the own employee records feature.
Scope: payroll:read
Endpoint: GET /api/hr/me/payslips
Example request
curl "https://app.guliel.com/api/hr/me/payslips?organizationId=value" \
-H "Authorization: Bearer $GULIEL_API_KEY"Query parameters
organizationIdreqstringyearinteger
Response (200/201)
payslipsreqarray<object>idreqstringstatusreqstringcurrencyreqstringtotalreqnumberperiodStartreqstring | nullperiodEndreqstring | nullissueDatereqstring
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |