cURL
curl --request GET \ --url https://api.ai2fin.com/api/transaction-history/recent \ --header 'Authorization: Bearer <token>'
{ "success": true, "changes": [ { "id": "<string>", "userId": "<string>", "entityType": "transaction", "entityId": "<string>", "fieldName": "<string>", "oldValue": "<string>", "newValue": "<string>", "changeReason": "<string>", "changedBy": "user", "changeSource": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "count": 123 }
Get recent field changes for the authenticated user.
JWT token obtained from /api/auth/login endpoint
x <= 200
transaction
expense
bill
billPattern
ISO date string
Recent changes retrieved
Show child attributes