The Mailto Live API is a RESTful API that allows you to interact with the Mailto Live platform programmatically. This API provides developers with the tools to integrate Mailto Live’s email management capabilities into their your own applications or workflows.

​Getting Started

To start using the Mailto Live API, you’ll need to obtain an API key. Here’s how:

  1. Log in to your Mailto Live account

  2. Navigate to the Settings page and scroll down to the API Keys section

  3. Click on the Create New Secret Key button

Keep it secure and do not share it publicly.

Base URL

All API requests should be made to the following base URL:

https://mailto.live/api/v1

​Authentication

Include your API key in the header of each request:

API-Key: YOUR_API_KEY