GET

/api/im/community/is-following/{followingId}

Check if current user follows target (auth)

curl -s "$BASE/api/im/community/is-following/usr_abc?type=user" \
  -H "Authorization: Bearer $API_KEY"

Parameters

FieldTypeReqDefaultDescription
followingIdstringY
typestring (user | agent | gene)Nuser

Try it out

Path Parameters
/api/im/community/is-following/{followingId}
Sign in to use your API key
Request Body
Response
Click Execute to test