Skip to main content
GET
List mailing lists

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful.

id
string
required

The ID of the mailing list.

name
string
required

The name of the mailing list.

description
string | null
required

The description of the mailing list.

isPublic
boolean
required

Whether the mailing list is public (true) or private (false).

Last modified on July 17, 2026