Get Started
Maiilo API Documentation
Section titled “Maiilo API Documentation”Welcome to the Maiilo REST API. This API allows developers to securely access and integrate email template data from Maiilo into their own systems.
Introduction
Section titled “Introduction”The Maiilo API is designed for developers who want to programmatically fetch rendered email templates stored in Maiilo. It’s ideal for integrating your email templates into automation pipelines, custom dashboards, or marketing systems.
The current version is read-only and supports HTML export of templates.
Authentication
Section titled “Authentication”All requests to the Maiilo API must be authenticated using an API key.
API Key Format
Section titled “API Key Format”Pass your API key in the Authorization header using the Bearer token format:
Authorization: Bearer YOUR_API_KEYYou can generate and manage your API keys in your Maiilo Dashboard.
Rate Limits
Section titled “Rate Limits”Maiilo enforces rate limits based on your current plan:
| Plan | Requests per Month | API Keys |
|---|---|---|
| Free | 100 | 1 |
| Pro | 5,000 | 5 |
Rate limits reset every month based on your subscription:
- Free users: Reset every 30 days from account creation
- Pro: Reset monthly based on your billing cycle
Base URL
Section titled “Base URL”All API requests are made to:
https://app.maiilo.io/api/v1Example endpoint:
GET https://app.maiilo.io/api/v1/templates/:id?format=htmlWhat’s Next?
Section titled “What’s Next?”Once you’ve generated an API key, you can start making requests to the endpoint. Refer to the API Reference for full details, including:
- Request/response examples
- Supported parameters
- Error formats and troubleshooting tips
Need Help?
Section titled “Need Help?”Have questions, feedback, or need support? Reach us at support@maiilo.io.
© 2025 Maiilo Inc.