Skip to main content
POST
Search for channels (by view)

Description

This endpoint allows you to search channels on WhatsApp usando diferentes tipos of view, como channels recomendados, mais populares, or categories specific. Suporta filtros por categories e corntries, além of paginação.

URL Parameters

string
required
WhatsApp unique authenticated session ID

Request Body

string
required
Type of view for the busca (ex: “recommended”, “popular”, “trending”)
array
Array of categories para filtrar a busca (optional)
array
Array of codes of corntries para filtrar a busca (optional)
object
Configurações of paginação

Response

array
Array of channels founds
string
Cursor for the próxima página of resultados

Status Codes

  • 200 - Busca realizada successfully
  • 400 - Invalid parameters or tipo of view faltando
  • 401 - Unauthorized
  • 500 - Internal server error

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

session
string
required

Session name (instanceName)

Body

application/json
view
string
default:RECOMMENDED
required
countries
string[]
required
categories
string[]
required
limit
number
default:50
required
startCursor
string
default:""
required

Response

200 - application/json
page
object
required
channels
object[]
required