Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Trigger an immediate sync run outside the schedule
cURL
curl --request POST \ --url https://api.sequenzy.com/api/v1/audience-syncs/{syncId}/sync \ --header 'Authorization: Bearer <token>'
{ "success": true, "queued": true }
curl -X POST "https://api.sequenzy.com/api/v1/audience-syncs/sync_abc123/sync" \ -H "Authorization: Bearer YOUR_API_KEY"