EpicHostly exposes a mail API that developers can use to send transactional email from their applications.
How to create an API key
- Sign in to your account with an admin account.
- Open the mail API keys section under Mail.
- Create a new key.
- Copy the key immediately, it is shown only once.
How to use the key
Send your request to the mail API endpoint with the key in the Authorization header. Use the appropriate scope for the operation.
Good practices
Store the key in a secret manager, never in client-side code. Rotate keys periodically. Revoke keys you no longer use. Watch the API rate limits and stay under them.
If you hit rate limits, see the article on HTTP 429 errors.