Skip to main content
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

Twitter authentication cookie

Standard API response format

code
integer
required

HTTP status code

Example:

200

msg
string
required

Response message

Example:

"success"

data
any
required

Response data