Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName)
Body
application/json
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/channels/search/by-view \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"view": "RECOMMENDED",
"countries": [
"US"
],
"categories": [],
"limit": 50,
"startCursor": ""
}'
{
"page": {
"startCursor": "<string>",
"endCursor": "<string>",
"hasNextPage": true,
"hasPreviousPage": true
},
"channels": [
{
"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",
"description": "<string>",
"verified": true,
"subscribersCount": 123
}
]
}
O parâmetro deve ser o instanceName da sessão.
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/channels/search/by-view \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"view": "RECOMMENDED",
"countries": [
"US"
],
"categories": [],
"limit": 50,
"startCursor": ""
}'
{
"page": {
"startCursor": "<string>",
"endCursor": "<string>",
"hasNextPage": true,
"hasPreviousPage": true
},
"channels": [
{
"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",
"description": "<string>",
"verified": true,
"subscribersCount": 123
}
]
}
Apikey
O nome da sessão (instanceName)