Community detail (for managers)

GET/manage/communities/:id

Retrieve a community for management. Admins only.

AuthLogin required

Path parameters

idstringrequired

Community 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": []
}