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.
Get the company’s effective sync rules
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/sync-rules \ --header 'Authorization: Bearer <token>'
{ "success": true, "syncRules": [ { "triggerEvent": "ecommerce.order_placed", "actions": { "addTags": ["ecommerce.customer"], "removeTags": ["ecommerce.in_cart", "ecommerce.in_checkout"] } } ], "isDefault": true }
isDefault
curl "https://api.sequenzy.com/api/v1/sync-rules" \ -H "Authorization: Bearer YOUR_API_KEY"