Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Path Parameters
Session name (instanceName)
curl --request GET \
--url https://{host}/api/{session}/channels/search/categories \
--header 'apikey: <api-key>'
[
{
"value": "<string>",
"name": "<string>"
}
]
The parameter must be the session’s instanceName.
curl --request GET \
--url https://{host}/api/{session}/channels/search/categories \
--header 'apikey: <api-key>'
[
{
"value": "<string>",
"name": "<string>"
}
]
Your Wappfy API key (get it at dash.wappfy.com.br)
Session name (instanceName)