Arawa Mail Arawa MailDocs

API Introduction

The Arawa Mail HTTP API sends email from company-managed domains. Use it directly with JSON, through an official library, or through the Mailgun-compatible endpoint.

Base URL

https://app.arawamail.com

Authentication

Resend-compatible API requests use a Arawa Mail API key as a bearer token:

Authorization: Bearer your_api_key

See Authentication for the Mailgun-compatible credentials and additional details.

Request Formats

The Resend-compatible API accepts JSON. The Mailgun-compatible API accepts multipart form data.

Available Endpoints

Rate Limits

Public endpoints are throttled per route. API-originated sending also applies a per-key limit of 60 accepted messages per minute.