cURL
curl --request GET \ --url https://demo1-api.payrollintegrationsdemo.com/v1-preview/connections/{connection}/payrolls \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ff0e8400-e29b-41d4-a716-446655440010", "connectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-15" }, { "id": "ee0e8400-e29b-41d4-a716-446655440009", "connectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-31" } ], "meta": { "limit": 10, "offset": 0, "sort": "checkDate", "currentCount": 2, "totalCount": 2 } }
Returns a list of payrolls for a connection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of payrolls
Show child attributes