Learn how to use the GroupList.io API to automate email list management, campaign sending, and more.
The GroupList.io API lets you automate email-related tasks such as subscribing users, sending campaigns, checking stats, and managing lists. It’s REST-based and easy to integrate with your site or app.
To use the API, you’ll need an API key. You can find your key in your account dashboard under Settings > API Access. Include it as a POST field in your requests like so:
api_key=YOUR_API_KEY
/subscribe
— Add a subscriber to a list/unsubscribe
— Remove a subscriber/create-campaign
— Send a new campaign/campaigns
— Retrieve past campaigns and stats/lists
— View and manage subscriber listsAll endpoints return JSON responses.