v4

latestOpenAPI 3.1.02026-07-3163216290.7 KB
Mailing lists

List mailing lists

Retrieve a list of your account's mailing lists.

get/v1/lists

Response

Successful.

idstring required

The ID of the mailing list.

namestring required

The name of the mailing list.

descriptionstring nullable required

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

isPublicboolean required

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

Example response

[
  {
    "id": "clm2k8j4h6g0f8d6s4a2b0z8",
    "name": "Product updates",
    "description": "Monthly product news and release notes",
    "isPublic": true
  }
]