cURL
curl --request GET \ --url https://demo1-api.payrollintegrationsdemo.com/v1-preview/connections/{connection}/payrolls/{payroll} \ --header 'Authorization: Bearer <token>'
{ "id": "ee0e8400-e29b-41d4-a716-446655440009", "connectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-31" }
Retrieves a specific payroll
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)