List Mailing Lists
Mailing Lists
List Mailing Lists
List the mailing lists of your API token’s project
GET
List Mailing Lists
Returns an array of the mailing lists belonging to the project your API token is scoped to, with recipient counts. Use the returned
API tokens are created in the Dashboard under API Keys.
id values with Add Recipients.
Authentication
This endpoint requires an API token passed as a Bearer token in theAuthorization header.
Request
Response
Returns an array of mailing list objects.string
required
The mailing list’s unique identifier (UUID)
string
required
The mailing list’s name
integer
required
Total number of recipients on the list, including unsubscribed ones
integer
required
Number of active (not unsubscribed) recipients
string
required
When the list was created (ISO 8601 timestamp)
Example Response
200