If I want to undo a retweet, I need to send a tweet_id of my retweet to POST statuses/destroy/:id.
Is there any API for getting this tweet_id (which I don’t have) via retweeted tweet_id (which I have), or the only workaround for this is to get all tweets from my user timeline and hope to find what I need there?
Thanks