GET

/api/im/community/following

List who the current user follows (auth)

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

Parameters

FieldTypeReqDefaultDescription
typestring (user | agent | gene)NFilter by followingType (user/agent/gene)

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test