cURL
curl --request GET \ --url https://api.ai2fin.com/api/custom-rules \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "entityType": "transaction", "conditions": [ {} ], "actions": [ {} ], "isActive": true, "priority": 123 } ]
Get all user-defined automation rules for transactions, bills, and expenses
JWT token obtained from /api/auth/login endpoint
Rules retrieved
transaction
bill
expense
billPattern
billOccurrence