[BETA] Get sync report data

[BETA] MVP for Payroll Hub API for Partners.

Use this endpoint to fetch sync records data for a sync request you received via webhook.

  1. Use the syncRequestId from the webhook payload. You must receive a webhook that provides this ID. See the Payroll Hub webhooks (Report sync – Changes, New hires, Terminations).
  2. The response shape depends on which webhook triggered the sync. Make sure you know the type of sync request when you call this endpoint so you know the expected record structure and identifier (e.g. employeeId only vs employeeId + effectiveDate).
  3. Complete the sync (fetch all pages) before the webhook's expiringAt timeout.

Pagination: Use limit (1–200) and responseMetadata.nextCursor to paginate until nextCursor is null. See Pagination in Bob's API for more.

**Rate limit:** 5 requests per minute per auth.
Language
Credentials
Bearer
OAuth 2.0
URL
Response
Click Try It! to start a request and see the response here!