Skip to main content
POST
/
check-follow
Follow Status Check
curl --request POST \
  --url https://api.sorsa.io/v3/check-follow \
  --header 'ApiKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_handle": "tweetscout_io",
  "project_id": "940691529697554432",
  "user_id": "44196397",
  "user_link": "https://twitter.com/elonmusk",
  "username": "elonmusk"
}
'
{
  "follow": true,
  "user_protected": false
}

Authorizations

ApiKey
string
header
required

Body

application/json

project_handle or project_id and user_link, username or user_id

project_handle
string
Example:

"tweetscout_io"

project_id
string
Example:

"940691529697554432"

user_id
string
Example:

"44196397"

Example:

"https://twitter.com/elonmusk"

username
string
Example:

"elonmusk"

Response

OK

follow
boolean
Example:

true

user_protected
boolean
Example:

false