v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Communities

Get

Get a community for the given id.

get/public/api/communities/{id}

Path parameters

idstring required

The id of the community

Headers

Acceptstring

e.g. application/json

Response

OK

community_idstring
namestring
creator_idstring
typestring
audience_idstring
allow_posts_from_allboolean
disable_notificationsboolean
hide_posts_from_newsfeedboolean
created_datestring
updated_datestring

Example response

{
  "community_id": "668d495b335f79001d10cfd7",
  "name": "Public API community",
  "creator_id": "662a0acf7495703637e9c884",
  "type": "open",
  "audience_id": "668d22072e701b001dec95bb",
  "allow_posts_from_all": true,
  "disable_notifications": false,
  "hide_posts_from_newsfeed": false,
  "created_date": "2024-07-09T14:29:47.747Z",
  "updated_date": "2025-01-07T12:55:09.085Z"
}