Fetches the details of a newsletter by JID, link or invite code
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
NewsletterChannel. Useful as a preview before following a newsletter, works even if you are not subscribed.
@newsletter). Works even when the account is not subscribed, handy as a preview before calling /join.
NewsletterChannel.
NewsletterChannel, with the canonical channel.jid, current state (active, suspended, etc.), name, description, inviteLink (when available), subscriberCount and pictureUrl. The inviteLink and pictureUrl fields are optional and can be missing when the account doesn’t have permission to view them.
TokenAccount or TokenInstance.@newsletter JID, full link (https://whatsapp.com/channel/<id>) or just the code (<id>)./join.subscriberCount may be slightly stale (WhatsApp cache).ABC123 is not the same as abc123.inviteLink only comes back if the account has permission to view it.| HTTP | Message |
|---|---|
| 400 | The 'identifier' query parameter is required (JID @newsletter or invite link/code) |
| 400 | Invalid newsletter identifier (use JID @newsletter or invite link/code) |
| 400 | newsletter not found or no metadata returned |
| 500 | failed to get newsletter info: <reason> |
| 501 | WhatsApp client does not support GetNewsletterInfo |