GET
/
api
/
{session}
/
channels
/
{id}
Obter informações do canal
curl --request GET \
  --url https://api.wappfy.com.br/api/{session}/channels/{id} \
  --header 'apikey: <api-key>'
{
  "id": "123123123123@newsletter",
  "name": "Channel Name",
  "invite": "https://www.whatsapp.com/channel/111111111111111111111111",
  "preview": "https://mmg.whatsapp.net/m1/v/t24/An&_nc_cat=10",
  "picture": "https://mmg.whatsapp.net/m1/v/t24/An&_nc_cat=10",
  "role": "OWNER",
  "description": "<string>",
  "verified": true,
  "subscribersCount": 123
}

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

id
any
required

WhatsApp Channel ID or invite code from invite link https://www.whatsapp.com/channel/11111

Response

200 - application/json
id
string
required

Newsletter id

Example:

"123123123123@newsletter"

name
string
required

Channel name

Example:

"Channel Name"

invite
string
required

Invite link

Example:

"https://www.whatsapp.com/channel/111111111111111111111111"

role
enum<string>
required
Available options:
OWNER,
ADMIN,
SUBSCRIBER,
GUEST
verified
boolean
required
subscribersCount
number
required
preview
string

Preview for channel's picture

Example:

"https://mmg.whatsapp.net/m1/v/t24/An&_nc_cat=10"

picture
string

Channel's picture

Example:

"https://mmg.whatsapp.net/m1/v/t24/An&_nc_cat=10"

description
string