cURL
curl --request POST \ --url https://app.alana.shopping/api/integrations/sync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspace_id": "<string>", "provider": "<string>" } '
{ "sync_id": "<string>", "status": "queued" }
Manually trigger a data sync from an integrated service
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
Sync job initiated successfully
queued
in_progress