v1
latestOpenAPI 3.0.02026-08-04265791.1 MBCommunities
Create
Create a community
post/public/api/communities
Headers
Acceptstring
e.g. application/json
Request body
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
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"
}
]