Definition
API
How your app talks to an email service over HTTP: send mail, check status, manage settings.
In detail
An email API is a set of HTTP endpoints your code calls instead of speaking SMTP by hand. You send a structured request (usually JSON), get a message ID back, and later hear about delivery through webhooks.
Typical calls cover sending, contacts, domains, and delivery events. SDKs wrap the HTTP so you write less boilerplate in your language of choice.
Reloop has a REST API for transactional sends, campaigns, and related resources. If your stack already uses SMTP, that still works too.
In Reloop
How API shows up when you use Reloop, hosted or self-hosted.
Related
Nearby terms
Other words that often show up next to API.
Ready to reach the inbox?
Built-in SPF/DKIM/DMARC setup, IP warming guidance, and real-time deliverability signals.