curl --request GET \
--url https://api.twitterapi.io/oapi/my/info \
--header 'X-API-Key: <api-key>'
{
"recharge_credits": 123
}
Get my info
curl --request GET \
--url https://api.twitterapi.io/oapi/my/info \
--header 'X-API-Key: <api-key>'
{
"recharge_credits": 123
}
My info response
The response is of type object
.