API documentation

Complete API reference for the EmailList API. Build powerful email list management into your application.

Base URL

https://emaillist.dev/api/v1

All API requests should be made to this base URL.

Authentication

All API requests require authentication. You can authenticate using one of these methods:

Authorization header (recommended):

Authorization: Bearer YOUR_API_KEY

X-API-Key header:

X-API-Key: YOUR_API_KEY

Query string parameter:

?api_key=YOUR_API_KEY

Note: Query string parameters may be logged in server logs. For production, prefer header-based authentication.

You can generate API keys in your dashboard by navigating to Settings → API keys.