GET
/
oapi
/
my
/
info
curl --request GET \
  --url https://api.twitterapi.io/oapi/my/info \
  --header 'X-API-Key: <api-key>'
{
  "recharge_credits": 123
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

My info response

The response is of type object.