Skip to main content

Getting Started

Welcome to the easymail API documentation. This guide will help you get started integrating easymail into your applications.

Before you begin

To use the API, you'll need:

  • An easymail account at cart.easy.tools
  • An API token (covered in the next section)
  • Basic knowledge of REST APIs and HTTP requests

API basics

  • Base URL: All API requests are made to https://email.easy.tools/api/v1
  • Authentication: Bearer token
  • Format: JSON request and response bodies
  • REST principles: Standard HTTP methods (GET, POST, PATCH, DELETE)

Ready? Continue with Authorization.