Community detail (for managers)
GET
/manage/communities/:idRetrieve a community for management. Admins only.
| Auth | Login required |
|---|
Path parameters
idstringrequiredCommunity ID or slug.
Notes
When accessed with an OAuth access token, `email` fields are recursively removed from the response JSON (they are retained for session-authenticated dashboard access).
Request
curl https://api.4s.link/manage/communities/ID \-H "Authorization: Bearer 4s_at_..."
Example response
{"id": "c1a2b3c4-...","slug": "tech-community","name": "Tech Community","description": "...","joinType": "FREE_JOIN","visibility": "PUBLIC","logoUrl": "https://.../logo.png","logoDarkUrl": null,"enabledChat": true,"tags": []}