Learn how to use and implement Sync API in your app.
For on-premise instances
aud
claim with your Paragon instance hostname and Project ID. While not required for other Paragon APIs, the aud
claim is required for Managed Sync.
If you are using your existing Paragon User Token, update your JWT generation code to include the aud
claim with your Paragon instance hostname and Project ID.
sync_completed
webhook when the initial sync is complete.IDLE
status and a lastSyncedAt
timestamp when the initial sync is complete.record_created
or record_updated
webhook events with metadata about the affected records.record_deleted
webhook events for content that is no longer accessible by the Sync (meaning that the record was deleted or unshared from the connecting account).sync_completed
webhook.cursor
property to get records synced after the last record you pulled.record_created
and record_updated
webhooks to trigger when new or updated records are available.