Skip to main content

ChannelRadistCredentials

Credentials for a Radist.online-backed channel. Radist aggregates the client's messenger connections (Telegram bots, WhatsApp numbers, ...); create one channel per platform type (telegram/max/whatsapp/waba), each with the same credentials. The webhook_uuid is generated automatically and webhook registration with Radist happens on demand — nothing needs to be configured on the Radist side.

api_keyApi Keyrequired

The Radist.online API token (sent as the X-Api-Key header).

company_idCompany Idrequired

The Radist.online company id — an integer, present in every Radist API URL.

ChannelRadistCredentials
{
"api_key": "string",
"company_id": 0
}