Skip to main content
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

Path Parameters

syncId
string
required
recordId
string
required

Response

200 - application/json
data
object
Example: