cURL
curl --request POST \ --url https://api.squared.ai/api/v1/schedule_syncs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "schedule_sync": { "sync_id": 10 } } '
{ "message": "Sync scheduled successfully" }
Trigger a manual Sync by providing the sync ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Sync scheduled successfully
"Sync scheduled successfully"
Was this page helpful?