cURL
curl --request GET \ --url https://api.ai2fin.com/api/bills/patterns \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "baseAmount": 123, "frequency": "daily", "startDate": "2023-12-25", "endDate": "2023-12-25", "isActive": true, "categoryId": "<string>", "occurrences": [ {} ] } ]
Get all recurring bill patterns with automatic occurrence generation
JWT token obtained from /api/auth/login endpoint
Bill patterns retrieved
daily
weekly
fortnightly
monthly
quarterly
yearly