List channel subscribers
Newsletter
List channel subscribers
Returns the complete list of channel subscribers
GET
List channel subscribers
Overview
This method returns the complete list of channel subscribers.Attributes
Header
string
required
Your instance ID. Available in the Z-API panel under Instances.
string
required
Your Z-API instance token.
Path
string
required
Channel ID
Response
200
Returns an array of subscriber objects.string
Subscriber ID (can be a phone number or a
@lid)string
Subscriber’s phone number, when available
string
Subscriber’s display name, when available
string
Subscriber’s username, when available
string
Subscriber’s role in the channel (OWNER, ADMIN or SUBSCRIBER)
number
Timestamp of when the user started following the channel, when available
object
Subscriber’s admin profile information, when they are an admin of the channel
The channel ID must always contain the @newsletter suffix, as this is the standard used by WhatsApp.
WhatsApp only returns subscribers who are in the requester’s contact list, and the requester must be an admin of the channel. This list has no pagination, returning all available subscribers in a single response.