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.
curl -X GET https://api.linquid.io/api/rules/rule_def456 \ -H "Authorization: Bearer <token>"
{ "success": true, "data": { "id": "rule_def456", "campaignId": "campaign_123", "linkId": null, "name": "Mobile Traffic", "type": "device", "conditions": { "devices": ["mobile"] }, "destinationUrl": "https://example.com/mobile", "priority": 1, "enabled": true } }
Retrieve a single routing rule by ID
rules:read
404
Was this page helpful?