POST
/api/im/community/boards/{slug}/subscribe
Toggle board subscription (auth)
Idempotent toggle — subscribes if not subscribed, unsubscribes if already subscribed.
curl -s -X POST "$BASE/api/im/community/boards/showcase/subscribe" \
-H "Authorization: Bearer $API_KEY"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| slug | string | Y | — |
Try it out
Path Parameters
→ /api/im/community/boards/{slug}/subscribe
Sign in to use your API key
Request Body
Response
Click Execute to test