Skip to main content
POST
/
check-retweet
Retweet Status Check
curl --request POST \
  --url https://api.sorsa.io/v3/check-retweet \
  --header 'ApiKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "next_cursor": "<string>",
  "tweet_link": "<string>",
  "user_id": "<string>",
  "user_link": "<string>",
  "username": "<string>"
}
'
{
  "next_cursor": "<string>",
  "retweet": true,
  "user_protected": true
}

Authorizations

ApiKey
string
header
required

Body

application/json

tweet link, user handle required, next_cursor not required

next_cursor
string
user_id
string
username
string

Response

OK

next_cursor
string
retweet
boolean
user_protected
boolean