Mailing lists
List mailing lists
Retrieve a list of your account’s mailing lists.
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.
isPublic
boolean
Whether the list is public (true
) or private (false
). Read more
Was this page helpful?