Skip to main content
POST
/
check-community-member
Community Membership Check
curl --request POST \
  --url https://api.sorsa.io/v3/check-community-member \
  --header 'ApiKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "community_id": "1966045657589813686",
  "user_id": "<string>",
  "user_link": "https://twitter.com/elonmusk",
  "username": "elonmusk"
}
'
{
  "is_member": true
}

Authorizations

ApiKey
string
header
required

Body

application/json

community_id and user_handle or user_id required

community_id
string
required
Example:

"1966045657589813686"

user_id
string
Example:

"https://twitter.com/elonmusk"

username
string
Example:

"elonmusk"

Response

OK

is_member
boolean