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

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
I