cURL
curl --request GET \ --url https://app.titanx.io/api/public/v2/account/credits \ --header 'Authorization: Bearer <token>'
{ "data": { "credits": 1 } }
Get the current credit balance for the authenticated user account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with account credit information
Show child attributes