get_list: Get information about a specific list

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get information about a specific list in your MailChimp account. Results include list members who have signed up but haven<e2><80><99>t confirmed their subscription yet and unsubscribed or cleaned.

Usage

1
get_list(list_id = NULL, apikey = NULL, user = "anystring", ...)

Arguments

list_id

The unique id for the list. Find the list id with get_lists

apikey

API key for mailchimp account

user

User to use in authentication. Can be any string you like. Defaults to "anystring".

...

Query string parameters. See available parameters under READ here: API documentation.

Value

Response body parameters. See response parameters under READ here: API documentation.

Examples

1
2
3
**## Not run:**
mylist <- get_list(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx")
## End(**Not run**)

56north/mailchimpR documentation built on May 5, 2019, 11:27 a.m.