Skip to main content
POST
/
check-follow
Check Follow
curl --request POST \
  --url https://api.sorsa.io/v3/check-follow \
  --header 'ApiKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id_1": "44196397",
  "user_id_2": "44196397",
  "user_link_1": "https://twitter.com/elonmusk",
  "user_link_2": "https://twitter.com/elonmusk",
  "username_1": "elonmusk",
  "username_2": "elonmusk"
}
'
{
  "follow": true,
  "user_protected": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.sorsa.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

ApiKey
string
header
required

Body

application/json

project_handle or project_id and user_link, username or user_id

user_id_1
string
Example:

"44196397"

user_id_2
string
Example:

"44196397"

Example:

"https://twitter.com/elonmusk"

Example:

"https://twitter.com/elonmusk"

username_1
string
Example:

"elonmusk"

username_2
string
Example:

"elonmusk"

Response

OK

follow
boolean

true if the user follows the target account.

Example:

true

user_protected
boolean

true if the checked user's account is protected.

Example:

false