Logo
Twitter API Documentation

Like a Tweet

POST https://api.twitter.com/2/users/:id/likes

Allows an authenticated user to like a Tweet.

For full details, see the API reference for this endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.twitter.com/2/users/:id/likes' -d '{"tweet_id":"tweet-id-you-want-to-like"}'

ENDPOINTS