Skip to main content
POST
/
v1
/
integrations
/
:id
/
sync
Start Sync
curl --request POST \
  --url https://api.example.com/v1/integrations/:id/sync
{
  "syncId": "<string>",
  "status": "<string>"
}

Response

syncId
string
The unique ID of the sync job.
status
string
Will be pending or queued.