cURL
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 } ] }
List Telegram groups registered to the authenticated user’s account.
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.
hm_live_<32 hex chars>
List of registered Telegram groups
Show child attributes