Introduction
Discover the basic concepts of Mailhub
URL
The Mailhub API is based on REST principles. HTTPS is enforced for every request to enhance data security, integrity, and privacy. The API does not support HTTP.
All requests use the following base URL:
Authentication
To authenticate, you need to include an Authorization header with the value Bearer mh_xxxxxxxxxx
, where mh_xxxxxxxxxx
is your API Key.
Last updated