Sync Runs
Sync Run
Retrieves a sync run using sync_run_id for a specific sync.
GET
/
api
/
v1
/
syncs
/
{sync_id}
/
sync_runs
/
{sync_run_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
sync_id
integer
requiredThe ID of the sync.
sync_run_id
integer
requiredThe ID of the sync_run.
Response
200 - application/json
data
object
Was this page helpful?