Get cookie by auth token
Cookie Endpoints
Get cookie by auth token
Retrieve Twitter authentication cookie using the provided auth token. This endpoint converts an auth token into a usable cookie for Twitter API requests.
GET
Get cookie by auth token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.