List WhatsApp accounts
Required permission: WhatsApp — View
Lists accounts for your business. Includes account_id and phone_id (use `phone_id` when creating campaigns).
/api/business/public/channels/whatsapp/accounts{
"success": true,
"statusCode": 200,
"data": [
{
"account_id": 1,
"account_name": "Acme Support",
"is_active": true,
"phone_id": 5,
"phone_number": "+92 300 1234567",
"verified_name": "Acme",
"profile_id": 3,
"created_at": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-08-01T00:00:00.000Z"
}
],
"pagination": {
"page": 1,
"pageSize": 20,
"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.