POST https://api.subscriptiongenius.com/2/mailingList/
Request Parameters
Paramater Description Required Default Data Type
publication_id Unique ID of the publication. Yes Int
run_ncoa Run NCOA before generating the list. See pricing for this feature. Yes false Bool
grace_date YYYY-MM-DD No String
grace_issues Number of issues to grace an expired subscription. No Int
name Usually the name of the issue or name of the list. No String
Response Parameters
Paramater Description Data Type
mailing_list_id Int
Example Request
{
  "name":"My List Name",
  "publication_id":9,
  "grace_date":"2015-01-01",
  "grace_issues":3,
  "run_ncoa":false
}
Example Response
{
  "mailing_list_id":35268
}