Skip to main content
GET
/
channels
List channels
curl --request GET \
  --url https://api.example.com/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "type": "whatsapp",
      "id": "68505cb92a11ea971d9df8bf",
      "name": "+1 466 777 777",
      "active": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.visitoai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <api_key>.

Query Parameters

type
enum<string>

Filter channels by type

Available options:
whatsapp,
messenger,
instagram,
airbnb,
voice,
web,
playground
Example:

"whatsapp"

Response

200 - application/json

A list of available channels

data
object[]
required

List of available channels