cURL
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 } } }
Api to create new channels.
The body is of type object.
object
OK
The response is of type object.