cURL
curl --request GET \ --url https://sync.useparagon.com/api/syncs/{sync_id}/records/{record_id} \ --header 'Authorization: Bearer <token>'
"<any>"
Get metadata for a specific record in a Sync.
Paragon User Token. Add to the Authorization header of your requests.
ID of the sync
ID (Sync-generated UUID, not external ID) of the record
Synced record
The response is of type any.
any
Was this page helpful?