AlertOptimal - API Documentation

REST API Reference

Our robust and incredibly fast API enables secure, programmatic sending of transactional emails with near-instant delivery times. You can integrate directly using JSON payloads or with our intuitive client SDKs.

Sending an Email (POST /api/v1/email)

Initiate an email transaction by providing your JSON payload. Authentication is performed via standard Bearer tokens in your headers.

POST https://api.alertoptimal.com/v1/email/send
// Example payload
{
  "to": "user@example.com",
  "from": "notifications@yourdomain.com",
  "subject": "Your verification code",
  "html": "..."

Full Documentation Restricted

For security purposes and strict adherence to our anti-spam compliance protocols, our complete comprehensive API documentation, endpoint blueprints, and interactive SDK playground are only available to registered users.

Sign Up for API Access

Already have an account? Log in securely