Retrieves transactions for a specific account within a date range using Token.io /accounts//transactions endpoint
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional request ID for tracking
Token.io account ID
"account_2abc123def456"
Start date for transactions (ISO 8601)
"2024-01-01T00:00:00Z"
End date for transactions (ISO 8601)
"2024-01-31T23:59:59Z"
Successfully retrieved account transactions