Channels
Get Channel Info
Get details about a specific channel, including its required configuration fields.
GET
Returns metadata for a specific channel — most importantly, the fields you’ll need to provide when connecting it. This endpoint is public and doesn’t require authentication, so it’s useful for building setup UIs.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
None required.Path Parameters
The ID of the instance.
The channel identifier (e.g.
discord, whatsapp, telegram).Response
The channel identifier.
Either
"token" or "interactive".A map of field names to human-readable descriptions. These are the fields you’ll need to pass in the
config object when calling the connect endpoint.