Contacts
Cari info pengguna, avatar, dan kelola profil.
Endpoint kontak berada di /api/whatsapp/user/*.
GET /api/whatsapp/user/info
Ambil informasi pengguna WhatsApp berdasarkan nomor.
Query parameters
| Parameter | Type | Required | Keterangan |
|---|---|---|---|
phone | string | Ya | Nomor dengan kode negara |
Response 200
GET /api/whatsapp/user/avatar
Ambil URL foto profil pengguna.
Query parameters
| Parameter | Type | Required | Keterangan |
|---|---|---|---|
phone | string | Ya | Nomor pengguna |
is_preview | boolean | Tidak | Ambil versi resolusi rendah |
is_community | boolean | Tidak | Ambil foto komunitas |
Response 200
POST /api/whatsapp/user/avatar
Ganti foto profil device yang terhubung.
Request body (multipart/form-data)
| Field | Type | Required |
|---|---|---|
image | file | Ya |
POST /api/whatsapp/user/pushname
Ubah nama tampilan device yang terhubung.
Request body (application/json)
| Field | Type | Required | Keterangan |
|---|---|---|---|
name | string | Ya | Nama baru |
GET /api/whatsapp/user/my/privacy
Lihat pengaturan privasi akun yang terhubung.
Response 200
GET /api/whatsapp/user/my/groups
Ambil daftar semua grup yang diikuti akun yang terhubung.
GET /api/whatsapp/user/my/newsletters
Ambil daftar newsletter/channel yang diikuti.
GET /api/whatsapp/user/my/contacts
Ambil daftar kontak yang tersimpan.
GET /api/whatsapp/user/check
Cek apakah nomor terdaftar di WhatsApp.
Query parameters
| Parameter | Type | Keterangan |
|---|---|---|
phone | string | Nomor yang dicek |
GET /api/whatsapp/user/business-profile
Ambil profil bisnis WhatsApp Business.
Query parameters
| Parameter | Type | Keterangan |
|---|---|---|
phone | string | Nomor WhatsApp Business |
© 2026 WAPIZ. Unofficial WhatsApp API.