GET
/
api
/
{session}
/
channels
/
search
/
categories
Obter lista de categorias para pesquisa de canais
curl --request GET \
  --url https://api.wappfy.com.br/api/{session}/channels/search/categories \
  --header 'apikey: <api-key>'
[
  {
    "value": "<string>",
    "name": "<string>"
  }
]

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

Response

200 - application/json
value
string
required
name
string
required