cURL
curl --request GET \ --url https://api.recoupable.com/api/x/trends \ --header 'Authorization: Bearer <token>'
{ "status": "success", "trends": [ "<string>" ] }
Retrieve the current trending topics from Twitter using the getTrends method from agent-twitter-client (no Twitter API key required).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Trends retrieved successfully
Status of the request
success
error
List of current trending topics on Twitter