cURL
curl --request POST \ --url https://api.sorsa.io/v2/check-follow \ --header 'ApiKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "project_handle": "tweetscout_io", "project_id": "940691529697554432", "user_handle": "elonmusk", "user_id": "44196397" } '
{ "follow": true, "user_protected": false }
Documentation IndexFetch the complete documentation index at: https://docs.sorsa.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sorsa.io/llms.txt
Use this file to discover all available pages before exploring further.
project_handle or project_id and user_handle or user_id
"tweetscout_io"
"940691529697554432"
"elonmusk"
"44196397"
OK
true
false
Was this page helpful?