Skip to main content

Sends

The send endpoint is the core of Numonic. Every email is pre-flight checked against your domain configuration and suppression list before being handed off to SES.

Send an email

Queues an email for delivery. Returns 202 Accepted immediately.

Authentication

Accepts X-API-Key or Authorization: Bearer (JWT).

Request

All fields:

Body parameters

Response 202

If recipients were suppressed:

Response fields

Idempotency

Errors


Get send status

Returns the current status of a send by its ID.

Authentication

Accepts X-API-Key or Authorization: Bearer (JWT).

Request

Response 200

Response fields

Errors


Statuses


Rate limits

When rate limited, you’ll receive 429 Rate Limit Exceeded. Back off and retry.