QwikChat API Docs

Daftar Grup

Ambil grup WhatsApp yang tersinkron untuk perangkat ini.

GET/api/v1/client/groups

Contoh permintaan

curl https://qwikchat.app/api/v1/client/groups \
  -H "Authorization: YOUR_API_KEY"

Contoh respons

{
  "code": 200,
  "message": "OK",
  "data": [
    {
      "id": "9f8e...",
      "bot_id": "b1a2...",
      "jid": "1203...@g.us",
      "name": "Tim Penjualan"
    }
  ],
  "meta": null
}
Daftar terisi setelah Anda menjalankan Sinkronkan Grup.