1. Telegram Contacts and Groups
Nabd Messaging
  • Getting Started
  • Send Message (WhatsApp)
    • Send plain text (WhatsApp)
      POST
  • Send Message (Telegram)
    • Send plain text (Telegram, by username)
      POST
    • Send plain text (Telegram, by user ID)
      POST
  • Send with Template
    • Send with template (WhatsApp)
      POST
    • Send with template (Telegram)
      POST
  • Send with Media
    • Send image or document (WhatsApp)
      POST
    • Send image or document (Telegram)
      POST
  • WhatsApp Contacts and Groups
    • Get Contacts (WhatsApp)
      POST
    • Get Groups (WhatsApp)
      POST
  • Telegram Contacts and Groups
    • Get Contacts/Dialogs (Telegram)
      POST
    • Get Groups (Telegram)
      POST
  • Managing Apps
  1. Telegram Contacts and Groups

Get Groups (Telegram)

POST
/api/get-groups
Last modified:2026-03-15 20:56:15

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/get-groups' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
  "authkey": "{{authkey}}",
  "appkey": "{{appkey}}",
  "channel": "telegram"
}'
Response Response Example
{}
Modified at 2026-03-15 20:56:15
Previous
Get Contacts/Dialogs (Telegram)
Next
Managing Apps
Built with