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>
Sync scheduled successfully
The response is of type object.
object
Was this page helpful?