|
API Method | HTTP method | Endpoint | Description |
---|
list.getProps | GET | /list.getProps.json | Returns a hash array with the properties of a list |
list.updateProps | POST | /list.updateProps.json | Updates the properties of a list |
list.updateProp | POST | /list.updateProp.json | Updates one property of a list |
list.getProp | GET | /list.getProp.json | Returns the property specified of a list |
list.userlistinfo | GET | /list.all.json | Returns a hash array with all available lists |
list.all | GET | /list.all.json | Returns a hash array with all available lists |
list.count | GET | /list.count.json | Returns the number of active subscribers from a list |
list.updateName | POST | /list.updateName.json | Updates a list name |
list.getModerators | GET | /list.getModerators.json | Returns an array with the moderator emails of this list (one email per array item) |
list.setModerators | POST | /list.setModerators.json | Replaces the moderators of a list with new moderators |
list.getIps | GET | /list.getIps.json | Returns a list with the assigned IPs (one IP address per array item) |
list.getSubscribers | GET | /list.getSubscribers.json | Returns the subscribers matching status and since (optional) for a list. |
list.getSubscriberVariables | GET | /list.getSubscriberVariables.json | Returns the custom variables for the subscribers of a list. |
list.refreshSubscriberVariables | POST | /list.refreshSubscriberVariables.json | Refreshes the custom variables for the subscribers of a list. |
list.subscribersHistory | GET | /list.subscribersHistory.json | Returns an array with the history entries for the subscribers of a list |
list.anonymiseSubscriber | POST | /list.anonymiseSubscriber.json | Deletes a subscriber from a list |
list.subscribersEvolution | GET | /list.subscribersEvolution.json | Returns, for a list, the evolution of the subscribers during a certain period (grouped by days: no. total subscribers, no. eligible subscribers, no. unsubscribes, no. spam reports, no. hardbounces) |