API ReferenceWrite Actions
Like Tweet
Like a tweet as the authenticated account. Requires a logged-in session for the acting account. Billed at $0.0015 per call. Cost: $0.0015 per call.
Authorization
bearerAuth AuthorizationBearer <token>
Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/tweet/favorite" \ -H "Content-Type: application/json" \ -d '{ "tweet_id": "1759123456789012345" }'{ "status": "success"}List Members GET
Fetch the members of a public List by its numeric ID, cursor-paginated. Returns full user objects for every account in the List. Cost: $0.0008 per call.
Unlike Tweet POST
Remove a previously recorded like from a tweet as the authenticated account. Requires a logged-in session. Billed at $0.0015 per call. Cost: $0.0015 per call.