Get records from a Sync
Each page that you consume in pulling syncing records will return a stable cursor representing the last record of the page inDocumentation Index
Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
Use this file to discover all available pages before exploring further.
paging.cursor.
When you receive data as an empty array or paging.remainingRecords = 0, your application is caught up to the latest data synced to Paragon.
You can persist the last available paging.cursor value to sync available pages when you receive recordCreated webhooks in the future.Paragon User Token. Add to the Authorization header of your requests.
ID of the sync
Number of records to return per page
Cursor for pagination
Synced records
Array of synced records. See schemas in Synced Objects for the available fields.
"[/* See schema in Synced Objects */]"