Api reference/Lists
Get
📋 Get a Email List
The Get List endpoint retrieves details about a specific Email list.
📌 Endpoint
🔑 Authentication
Include your API key in the request header:
🔤 Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | String | ✅ Yes | The unique email list id |
count | Number | ❌ No | The amount of subscribers to receive with the list data. (max: 25 ) -> defaults to 5 |
page | Number | ❌ No | The page of the selected subscribers -> defaults to 1 |
✅ Successful Response
🔄 Returned Fields
Field | Description |
---|---|
totalItems | Total amount of subscribers in given list |
totalPages | Total amount of pages in given list |
list | Information about given list |
subscribers | count amount of subscribers on page page of given list |
For further API details, check out the API Reference.