cURL
curl --request POST \ --url https://api.apitwitter.com/twitter/session/verify \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "cookie": "<string>", "proxy": "<string>" } '
{ "username": "johndoe" }
Verify Twitter session cookies via ApiTwitter API. Returns associated username. Costs only 5 credits per call. Session validation.
Your API key
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
Session verification result
Response status
"success"
Response message
Response data