GET /credits/history
This endpoint returns a list of the authenticated user’s credit transactions, including purchases, usage, and refunds.Response
An array of transaction objects.
The unique identifier for the transaction.
The type of transaction (e.g., “purchase”, “usage”, “refund”).
The number of credits involved in the transaction.
A description of the transaction.
The timestamp for when the transaction occurred.