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
- Create an account and sign in to the dashboard.
- Navigate to the Developer section.
- Generate a new API Key for your organization.
- 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