Get Started
User Endpoint
Tweet Endpoint
Communities Endpoint
Trend Endpoint
My Endpoint
Tweet Action Endpoint
My Endpoint
Get My Account Info
Get my info
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
Response
200
application/json
My info response
The response is of type object
.
curl --request GET \
--url https://api.twitterapi.io/oapi/my/info \
--header 'X-API-Key: <api-key>'
{
"recharge_credits": 123
}
Assistant
Responses are generated using AI and may contain mistakes.