List charges
Returns the purchase/charge history for the current workspace (vault).
GET
/api/billing/chargesRequest
curl
curl -X GET https://platform.trickest.com/api/billing/charges \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Purchase history
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring