Skip to main content
GET
Get Synced Record

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

data
object

The data of the record, e.g. File Metadata or CRM Contact properties. See schemas in Synced Objects for the available fields.

Example:

"{ /* See schema in Synced Objects */ }"