Skip to main content
GET
/
api
/
public
/
v2
/
account
/
credits
Get account credits
curl --request GET \
  --url https://app.titanx.io/api/public/v2/account/credits \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "credits": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response with account credit information

data
object
required