Developer Documentation

Welcome to the EmailPlatform Developer API. Here you can find documentation on how to integrate transactional email sending into your applications.

Getting Started

  1. Create an account and sign in to the dashboard.
  2. Navigate to the Developer section.
  3. Generate a new API Key for your organization.
  4. Make your first authenticated request to /api/v1/emails.

Authentication

Pass your API key in the Authorization header of your HTTP requests:

Authorization: Bearer your_api_key_here