Newsletter
List channels
List channels the account is subscribed to (following or admin / owner)
GET
List channels
Auth:
Envelope:
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes (read-only)
Description
Returns all channels the account is subscribed to, channels it follows and channels it is admin / owner of. No pagination: the list comes complete in a single response.Examples
List
Returns every channel the account follows or administers in a single response. With no filters or pagination, the client receives the full list innewsletters[] with metadata for each channel.
Success response
The response carriesnewsletters[] with each channel followed or administered by the account, plus meta.total with the count (equal to newsletters.length). Each item follows the NewsletterChannel shape (same as /info). When the account follows no channels, the array is empty and meta.total = 0.
200 OK
Path parameters
Instance name.
Headers
TokenAccount or TokenInstance.Notes
- The list mixes followed + administered channels. There is no distinguishing flag, to differentiate, use
GET /infoto inspect the role. suspended/geosuspendedchannels appear in the list, filter on the client if you only want operational ones.inviteLinkandpictureUrlareomitempty, channels you only follow normally do not expose the invite link.- No pagination: accounts with 100+ channels can have large responses.
Errors
| HTTP | Message |
|---|---|
| 400 | Instance is not connected to WhatsApp |
| 404 | Instance not found |
| 500 | failed to get newsletters: <reason> |
| 501 | WhatsApp client does not support listing newsletters (GetSubscribedNewsletters not available) |