Get details about a specific channel, including its required configuration fields.
GET
/
v1
/
instances
/
{instance_id}
/
channels
/
{channel}
Copy
curl -X GET https://api.chowder.dev/v1/instances/ins_abc123/channels/discord
Copy
{ "channel": "discord", "connection_type": "token", "required_fields": { "token": "Your Discord bot token from the Developer Portal." }}
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.