Quickstart Guide
Your first document
🚀 Quickstart Guide
Welcome to EasyListing! Follow these simple steps to start managing your subscribers effortlessly.
1️⃣ Create a email list
Navigate to your dashboard and click on New Project in the top right corner. Fill in all the information and click save.
2️⃣ Get Your API Key
Navigate to the API tab in your dashboard and copy your API key. You'll need this key to authenticate all requests. To do this set the EL_API_KEY request header and make its value the key you just copied.
3️⃣ Create your first subscriber.
Send a POST request to create a new subscriber:
If everything worked, the response should look something like this:
That's it! 🎉 You’re now ready to integrate EasyListing into your workflow. Check out the API Reference for more details on endpoints and features.