GET
/
twitter
/
{auth_token}
/
cookie
Get cookie by auth token
curl --request GET \
  --url https://api.twitterxapi.com/twitter/{auth_token}/cookie
{
  "code": 200,
  "msg": "success",
  "data": "<any>"
}

Path Parameters

auth_token
string
required

Response

200
application/json

Twitter authentication cookie

Standard API response format