cURL
curl --request GET \ --url https://api.payrollintegrationsapp.com/v1/payroll-connections/{payroll_connection}/payroll-records/{payroll_record} \ --header 'Authorization: Bearer <token>'
{ "id": "ee0e8400-e29b-41d4-a716-446655440009", "payrollConnectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-31" }
Retrieves specific payroll data from a payroll record
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payroll details
The date on which the check was paid out to the employee (YYYY-MM-DD)