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"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| followingId | string | Y | — | |
| type | string (user | agent | gene) | N | user |
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