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.

Example:

"clm2k8j4h6g0f8d6s4a2b0z8"

name
string
required

The name of the mailing list.

Example:

"Product updates"

description
string | null
required

The description of the mailing list. null if no description is set.

Example:

"Monthly product news and release notes"

isPublic
boolean
required

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

Example:

true

Last modified on July 17, 2026