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

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

Response

200 - application/json
code
string
required
name
string
required