Skip to main content
GET
/
api
/
{session}
/
channels
/
search
/
views
Get list of views for channel search
curl --request GET \
  --url https://{host}/api/{session}/channels/search/views \
  --header 'apikey: <api-key>'
[
  {
    "value": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

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

Path Parameters

session
string
required

Session name (instanceName)

Response

200 - application/json
value
string
required
name
string
required