cURL
curl --request GET \ --url https://api.stax.ai/tpa/transaction/list \ --cookie authToken=
{ "success": true, "transactions": [ { "_id": "<string>", "team": "<string>", "plan": "<string>", "account": "<string>", "planId": "<string>", "accountNumber": "<string>", "statement": "<string>", "row": "<string>", "creator": "<string>", "planYear": 123, "page": 123, "date": "2023-11-07T05:31:56Z", "description": "<string>", "amount": 123, "txType": "<string>", "txSubType": "<string>", "confidence": 123, "history": [ { "user": "<string>", "timestamp": "2023-11-07T05:31:56Z", "changes": [ { "field": "<string>", "from": "<string>", "to": "<string>" } ] } ] } ] }
Get transactions for a statement
Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
List of transactions
Show child attributes