POST
/
twitter
/
like_tweet
curl --request POST \
  --url https://api.twitterapi.io/twitter/like_tweet \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "auth_session": "<string>",
  "tweet_id": "<string>"
}'
{
  "status": "<string>",
  "msg": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Like tweet response

The response is of type object.