Api reference
Introduction
📖 API Reference
Welcome to the EasyListing API! This guide provides all the necessary information to integrate our subscriber management system into your application.
🌍 Base URL
All API requests should be sent to:
🔑 Authentication
Every request must include your API Key in the EL_API_KEY
header:
⚠️ Important: Never expose your API key in frontend applications or public repositories.
📌 Available Endpoints
➕ Create a Subscriber
- Create new subscribers and add them to a list.
- See details
📝 Edit a Subscriber
- Update metadata or email of an existing subscriber.
- See details
❌ Remove a Subscriber
- Delete a subscriber from your lists.
- See details
📋 Get Subscribers
- Retrieve all subscribers from a specific list.
- See details
⏳ Get Waitlists
- Fetch all subscribers who signed up for a waitlist.
- See details
For detailed request and response formats, check out the specific pages linked above.