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
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 data
The response is of type object.
object
Was this page helpful?