List contacts
Required permission: WhatsApp Contacts — View
Paginated contacts for the account. Optional search filters name/number.
/api/business/public/channels/whatsapp/accounts/:accountId/contacts{
"success": true,
"statusCode": 200,
"data": [
{
"id": 42,
"first_name": "Ali",
"middle_name": null,
"last_name": "Khan",
"meta_name": null,
"number": "923001234567",
"country_code": "+92",
"wa_phone_id": "923001234567",
"created_at": "2026-08-01T10:00:00.000Z",
"created_by": "owner",
"updated_at": "2026-08-01T10:00:00.000Z",
"updated_by": "owner",
"ai_mode": "ai_paused",
"tags": []
}
],
"pagination": {
"page": 1,
"pageSize": 10,
"totalCount": 1,
"totalPages": 1
}
}Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.