GET
/
api
/
syncs
/
{sync_id}
/
records
/
{record_id}
/
content
Download Content
curl --request GET \
  --url https://sync.useparagon.com/api/syncs/{sync_id}/records/{record_id}/content \
  --header 'Authorization: Bearer <token>'

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 of the record to download content for

Response

200

Content of the record