cURL
curl --request GET \ --url https://sync.useparagon.com/api/syncs/{syncId}/records/{recordId} \ --header 'Authorization: Bearer <token>'
{ "data": "{ /* See schema in Synced Objects */ }" }
Get metadata for a specific record in a Sync
Was this page helpful?