FruxonDocs
IntegrationsCore

Lists channel types this integration provides.

Catalog metadata, not per-tenant data. Slack provides `channel`/`im`/`group`; Telegram provides `chat`; integrations that don't deliver messages return an empty list. Drives the participant address picker's input hints and the future integration tab's Channels section.

GET
/v1/tenants/{tenant}/integrations/{integration}/channels
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

integration*string

The integration ID.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/string/channels"
[
  {
    "id": "string",
    "displayName": "string",
    "description": "string",
    "addressPlaceholder": "string",
    "addressFormat": "string",
    "addressHelpText": "string"
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}