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

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