List recipients
Required permission: WhatsApp Campaigns — View
/api/business/public/channels/whatsapp/accounts/:accountId/campaigns/:campaignId/recipients{
"success": true,
"data": [
{
"id": 1,
"contact_id": 42,
"status": "sent",
"phone_number": "923001234567"
}
],
"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.