Get all available channels for an instance.
curl -X GET https://api.chowder.dev/v1/instances/ins_abc123/channels \ -H "Authorization: Bearer YOUR_API_KEY"
[ { "channel": "discord", "connection_type": "token", "enabled": true }, { "channel": "whatsapp", "connection_type": "interactive", "enabled": false }, { "channel": "telegram", "connection_type": "token", "enabled": false } ]
channels
Show Channel object
discord
whatsapp
telegram
"token"
"interactive"