List channels the account is subscribed to (following or admin / owner)
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes (read-only)
newsletters[] with metadata for each channel.
newsletters[] 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.
TokenAccount or TokenInstance.GET /info to inspect the role.suspended / geosuspended channels appear in the list, filter on the client if you only want operational ones.inviteLink and pictureUrl are omitempty, channels you only follow normally do not expose the invite link.| 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) |