GET
/
v1
/
lists

Request

No parameters.

Response

This endpoint will return a list of mailing list objects.

If your account has no mailing lists, an empty list will be returned.

Lists
array
id
string

The ID of the list.

name
string

The name of the list.

description
string

The list’s description. Will be null if no description has been added to the list.

isPublic
boolean

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

Was this page helpful?