v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Communities

Create

Create a community

post/public/api/communities

Headers

Acceptstring

e.g. application/json

Request body

namestring
typestring
audience_idstring
allow_posts_from_allboolean
disable_notificationsboolean
hide_posts_from_newsfeedboolean

Example request

{
  "name": "NEW Test Community",
  "type": "open",
  "audience_id": "668d22072e701b001dec95bb",
  "allow_posts_from_all": true,
  "disable_notifications": false,
  "hide_posts_from_newsfeed": false
}

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": "677e40f690f4a601c4bf8735",
    "name": "NEW Test Community",
    "creator_id": "662a0acf7495703637e9c884",
    "type": "open",
    "audience_id": "668d22072e701b001dec95bb",
    "allow_posts_from_all": true,
    "disable_notifications": false,
    "hide_posts_from_newsfeed": false,
    "created_date": "2025-01-08T09:10:14.603Z",
    "updated_date": "2025-01-08T09:10:14.603Z"
  }
]