GET
/
api
/
syncs
/
{sync_id}
/
records
/
{record_id}
Get Synced Record
curl --request GET \
  --url https://sync.useparagon.com/api/syncs/{sync_id}/records/{record_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Paragon User Token. Add to the Authorization header of your requests.

Path Parameters

sync_id
string
required

ID of the sync

record_id
string
required

ID (Sync-generated UUID, not external ID) of the record

Response

200 - application/json

Synced record

The response is of type any.