We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/twitterapi-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
get_my_info.md•459 B
# Get My Info
Source: https://docs.twitterapi.io/api-reference/endpoint/get_my_info
## Endpoint
- Method: `GET`
- Path: `/oapi/my/info`
- API URL: `https://api.twitterapi.io/oapi/my/info`
## Description
Get my info
## Example (curl)
```bash
curl --request GET \
--url https://api.twitterapi.io/oapi/my/info \
--header 'X-API-Key: <api-key>'
```
## Example Response
```json
{
"recharge_credits": 123
}
```
_Scraped at: 2025-12-18T10:06:18.865Z_