Documentation
Developer API Docs
Comprehensive documentation for integrating Ionix into your stack. Explore our endpoints, SDKs, and best practices.
Introduction
The Ionix API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.ionixmail.com/v2Authentication
The Ionix API uses API keys to authenticate requests. You can view and manage your API keys in the Ionix Dashboard.
Authentication to the API is performed via HTTP Basic Auth. Provide your API key as the basic auth username value. You do not need to provide a password.