Skip to main content
GET
/
api
/
{session}
/
channels
/
search
/
countries
Obter lista de países para pesquisa de canais
curl --request GET \
  --url https://{host}/api/{session}/channels/search/countries \
  --header 'apikey: <api-key>'
[
  {
    "code": "<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

Sua chave de API do Wappfy (obtenha em dash.wappfy.com.br)

Path Parameters

session
string
required

Nome da sessão (instanceName)

Response

200 - application/json
code
string
required
name
string
required