Skip to main content
GET
List channel subscribers

Overview

This method returns the complete list of channel subscribers.

Attributes

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.

405

Make sure you are correctly sending the method specification, that is, verify that you sent POST or GET as specified at the beginning of this topic.

415

If you receive a 415 error, make sure to add the “Content-Type” header to your request, which in most cases is “application/json”.