Skip to content

Get Started

Welcome to the Maiilo REST API. This API allows developers to securely access and integrate email template data from Maiilo into their own systems.


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.


All requests to the Maiilo API must be authenticated using an API key.

Pass your API key in the Authorization header using the Bearer token format:

Authorization: Bearer YOUR_API_KEY

You can generate and manage your API keys in your Maiilo Dashboard.


Maiilo enforces rate limits based on your current plan:

PlanRequests per MonthAPI Keys
Free1001
Pro5,0005

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

All API requests are made to:

https://app.maiilo.io/api/v1

Example endpoint:

GET https://app.maiilo.io/api/v1/templates/:id?format=html

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

Have questions, feedback, or need support? Reach us at support@maiilo.io.


© 2025 Maiilo Inc.