cURL
curl --request GET \ --url https://api.orafi.app/v1/transactions \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": [ { "id": "<string>", "amount": 123, "status": "<string>", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve all transactions for the authenticated user
List of transactions
Show child attributes