GET
/
api
/
syncs
/
{syncId}
/
records
/
{recordId}
Get Synced Record
curl --request GET \
  --url https://sync.useparagon.com/api/syncs/{syncId}/records/{recordId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "{ /* See schema in Synced Objects */ }"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

syncId
string
required

ID of the sync

recordId
string
required

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

Response

200 - application/json

Synced record data

The response is of type object.