cURL
curl --request GET \ --url https://app.closerx.ai/api/transaction_history/ \ --header 'api_key: <api-key>'
{ "status": true, "message": "Transaction History", "data": [ { "id": 1, "object_id": "mi2rsRoS", "payment_amount": "99.00", "payment_type": "subscription", "credits": "1000.00", "currency": "usd", "payment_status": "paid", "created_at": "2025-08-01T11:59:24.382629Z", "invoice_id": "5v6Ae11" } ], "total_transactions": 9, "total_pages": 1, "current_page": 1 }
Retrieves a list of all transactions including manual credits, subscriptions, and payments.
Successfully retrieved transaction history
true
"Transaction History"
Show child attributes
9
1