curl -X GET "https://api.linquid.io/api/rules?standalone=true" \ -H "Authorization: Bearer <token>"
{ "success": true, "data": [ { "id": "rule_def456", "campaignId": "campaign_123", "name": "Mobile Traffic", "type": "device", "priority": 1, "enabled": true, "usageCount": 3 } ] }
List routing rules in a workspace, with optional link and standalone filters
true
rules:read
usageCount
Was this page helpful?