Skip to main content
GET
List channels
Auth: TokenAccount or TokenInstanceRate-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 in newsletters[] with metadata for each channel.

Success response

The response carries 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.
200 OK

Path parameters

string
required
Instance name.

Headers

string
required
TokenAccount or TokenInstance.

Notes

  • The list mixes followed + administered channels. There is no distinguishing flag, to differentiate, use 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.
  • No pagination: accounts with 100+ channels can have large responses.

Errors

Envelope: