Description Usage Arguments Value Examples
Get information about all segments in a list
| 1 | get_list_segments(list_id = NULL, apikey = NULL, user = "anystring", ...)
 | 
| list_id | The unique id for the list. Find the list id with  | 
| 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. | 
Response body parameters. See response parameters under READ here: API documentation.
| 1 2 3 | **## Not run:**
mysegments <- get_list_segments(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx")
## End(**Not run**)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.