Skip to main content
GET
/
score-id
/
{user_id}
/score-id/{user_id} Get info on score of account by ID on TweetScout
curl --request GET \
  --url https://api.sorsa.io/v2/score-id/{user_id} \
  --header 'ApiKey: <api-key>'
{
  "score": 1.25
}

Authorizations

ApiKey
string
header
required

Path Parameters

user_id
string
required

user_id required

Response

OK

score
number
Example:

1.25