Skip to main content
GET
/
v1
/
twitter
/
recent_tweet_id
curl --request GET \
  --url 'https://mach-prod-536329393577.asia-northeast1.run.app/v1/twitter/recent_tweet_id'
{
  "tweet": "1512345678901234567"
}
This endpoint retrieves the ID of the most recent tweet that should be used for Twitter engagement tasks, such as retweeting for rewards or points.

Response

tweet
string
The ID of the most recent tweet
curl --request GET \
  --url 'https://mach-prod-536329393577.asia-northeast1.run.app/v1/twitter/recent_tweet_id'
{
  "tweet": "1512345678901234567"
}

Status Codes

Status CodeDescription
200Success - Tweet ID returned successfully
500Internal Server Error - Something went wrong on the server