Skip to main content
GET
/
api
/
{session}
/
channels
/
search
/
countries
Get list of countries for channel search
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

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

session
string
required

Session name (instanceName)

Response

200 - application/json
code
string
required
name
string
required