Skip to main content
POST
/
api
/
v1
/
venom
/
create-community
create-community
curl --request POST \
  --url 'http://{{base_url}}/api/v1/venom/create-community' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<Give a Nice Description>",
  "community_name": "<Community Name>"
}
'
{
  "error": false,
  "status": "success",
  "code": 200,
  "data": {
    "group_name": "tufd - 89.x@",
    "group_metadata_id": 9126
  }
}

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.