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.
List segment-to-Meta-audience syncs with schedule and status
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/audience-syncs \ --header 'Authorization: Bearer <token>'
{ "success": true, "audienceSyncs": [ { "id": "sync_abc123", "segmentId": "seg_recent_buyers", "segmentName": "Recent buyers", "adAccountId": "act_1234567890", "audienceName": "Sequenzy - Recent buyers", "frequency": "daily", "isActive": true, "syncStatus": "idle", "lastSyncAt": "2026-06-12T10:00:00.000Z", "lastSyncError": null, "lastSyncedCount": 4216, "createdAt": "2026-06-01T09:00:00.000Z" } ] }
curl "https://api.sequenzy.com/api/v1/audience-syncs" \ -H "Authorization: Bearer YOUR_API_KEY"