Transactions
Spent amount of credits
Retrieve a list of spent credits transactions based on the specified period and date range.
GET
Filtering
The /api/auth/transactions/spent_credits/
endpoint allows you to get all spent credits grouped by endpoints in the period.
Period
Must be on of: day
, week
, month
, quarter
, year
.
Date
-
Date: yyyy-mm-dd
Example: 2025-01-01 -
Date and Time: yyyy-mm-ddTHH:MM:SS.ssssss
Example: 2025-01-01T02:03:04.000000
Authorizations
Use 'Token <api-key>' as the value
Query Parameters
Timezone for date calculations
The aggregation period for transactions
Available options:
day
, week
, month
, quarter
, year
The start date for the transaction filter (ISO 8601 format)
The end date for the transaction filter (ISO 8601 format)
Response
200 - application/json
A list of transactions for the specified period and date range
The response is of type object
.