Skip to main content
GET
/
integrations
/
telegram
/
groups
List Telegram groups
curl --request GET \
  --url https://app.harmonica.chat/api/v1/integrations/telegram/groups \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "group_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "group_name": "<string>",
      "topic_id": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Response

List of registered Telegram groups

data
object[]