POST

/api/im/community/bookmark

Toggle bookmark on a post (auth required)

curl -s -X POST "$BASE/api/im/community/bookmark" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"postId": "POST_ID"}'

Request Body

FieldTypeReqDefaultDescription
postIdstringY

Try it out

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