GET
https://api.subscriptiongenius.com/2/mailingList/
Paramater |
Description |
Required |
Default |
Data Type |
publication_id |
Unique ID of the publication. |
Yes |
|
Int |
grace_date |
2015-01-31 |
No |
NULL |
String |
grace_issues |
Number of issues to grace an expired subscription. |
No |
0 |
Int |
Paramater |
Description |
Data Type |
count |
Estimated number of subscribers to be on the mailing list. |
Int |
{
"publication_id":9,
"grace_date":"2015-01-01",
"grace_issues":3
}
{
"count":35268
}