cURL
curl --request POST \ --url https://app.sure.am/api/v1/sync \ --header 'X-Api-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "message": "<string>", "syncable_type": "<string>", "syncable_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "syncing_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "window_start_date": "2023-12-25", "window_end_date": "2023-12-25" }
Triggers a full sync for the user’s family, including all connected accounts and active rules.
API key for authentication. Generate one from your account settings.
sync queued
Was this page helpful?