Skip to main content
GET
/
transaction_history
Transaction History
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
}

Authorizations

api_key
string
header
required

Response

Successfully retrieved transaction history

status
boolean
Example:

true

message
string
Example:

"Transaction History"

data
object[]
total_transactions
integer
Example:

9

total_pages
integer
Example:

1

current_page
integer
Example:

1