Using these endpoints you can create, edit, delete and get information about subscriptions in your account.
Get a list of all subscriptions in an account.
Parameters: |
|
---|---|
Returns: | A list of subscriptions in an account along with related information, including member count and subscription ID. |
Get detailed information for a specific subscription.
Returns: | Information about a subscription. |
---|
Get a list of member IDs for members subscribed to a specific subscription.
Parameters: |
|
---|---|
Returns: | A list of member IDs. |
Get a list of member IDs for members who have opted out of a specific subscription.
Parameters: |
|
---|---|
Returns: | A list of member IDs. |
Create a subscription.
Parameters: |
|
---|---|
Returns: | Information about the created subscription, including the subscription ID. |
Bulk subscribe members to a subscription using either a list of member IDs or a single import ID.
Returns: | True if successful. |
---|
Edit a subscription's name or description.
Parameters: |
|
---|---|
Returns: | Information about the updated subscription. |
Delete a subscription.
Returns: | Information about the subscription, including the date and time it was deleted. |
---|