cURL
curl --request GET \ --url https://sandbox.sturdytechnologies.com/v3/zelle/transactions/{user_id}
{ "data": { "items": [ { "amount": 100.5, "transaction_date": "2023-10-01T12:34:56Z", "transaction_id": "txn_12345" } ], "page": 123, "total_count": 123, "total_pages": 123 }, "message": "Zelle transactions retrieved successfully", "success": true }
Get Zelle Transactions for a specified user
User Identifier
OK
Show child attributes
"Zelle transactions retrieved successfully"
true