Overview

Documentation

MailStack is an all-in-one email platform: a transactional API, deliverability tooling, and a visual template builder. These docs cover everything from sending your first email to verifying a domain and consuming event webhooks.

Base URL & authentication

All API requests go to https://api.mailstack.voostack.com and are authenticated with a Bearer API key. Keys are scoped and prefixed with ms_live_:

Authorization: Bearer ms_live_xxxxxxxxxxxxxxxxxxxx

See the quickstart to create your first key, or jump to the API reference for endpoint details.