Skip to main content
POST
/
api
/
v1
/
venom
/
create-channel
create-channel
curl --request POST \
  --url 'http://{{base_url}}/api/v1/venom/create-channel' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "as-5.0",
  "description": "as-5.0",
  "image": "base-64 image"
}
'
{
  "error": false,
  "status": "success",
  "code": 200,
  "data": {
    "resp": {
      "title": "as-5.0",
      "nid": {
        "server": "newsletter",
        "user": "120363253427223495",
        "_serialized": "120363253427223495@newsletter"
      },
      "inviteLink": "https://whatsapp.com/channel/0029VaNhf1EElagzZu4tme45",
      "createdAtTs": 1709547095
    }
  }
}

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.