Skip to main content
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.

Authentication

None required.

Path Parameters

string
required
The ID of the instance.
string
required
The channel identifier (e.g. discord, whatsapp, telegram).

Response

string
The channel identifier.
string
Either "token" or "interactive".
object
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.