API Reference

Generated from the live OpenAPI 3.1 specification (v1.0.0).

system

Health and diagnostics

GET/health

Health check

emails

Send transactional emails

POST/v1/emails/

Send a transactional email

GET/v1/emails/

List emails

DELETE/v1/emails/{id}

Cancel a scheduled email

PATCH/v1/emails/{id}

Reschedule a scheduled email

GET/v1/emails/{id}

Get email detail with inline events

GET/v1/emails/{id}/events

List events for an email

domains

Domain verification

POST/v1/domains/

Add a domain and register it as an SES sending identity

GET/v1/domains/

List domains

GET/v1/domains/{id}

Get domain details with DNS records

DELETE/v1/domains/{id}

Remove a domain

POST/v1/domains/{id}/verify

Check SES verification status for a domain

api-keys

API key management

POST/v1/api-keys/

Create an API key

GET/v1/api-keys/

List API keys

PATCH/v1/api-keys/{id}

Update the permissions of an API key

DELETE/v1/api-keys/{id}

Revoke an API key