Domains
Before you can send email, you need at least one verified domain. Numonic registers your domain with AWS SES and provides the DNS records you need to prove ownership and enable DKIM signing. All domain endpoints require JWT authentication.Register a domain
Request
Body parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain_name | string | Yes | The domain to register (e.g. yourapp.com) |
Response 201
Errors
| Status | Code | Cause |
|---|---|---|
409 | CONFLICT | Domain is already registered |
422 | VALIDATION_ERROR | Invalid domain format |
List domains
Request
Response 200
Verification status values
| Status | Meaning |
|---|---|
Pending | DNS records not yet detected |
Success | Domain verified and ready to send |
Failed | DNS records incorrect or not found |
Get domain details
Request
Response 200
Errors
| Status | Code | Cause |
|---|---|---|
404 | NOT_FOUND | Domain not found or belongs to another tenant |
Delete a domain
Request
Response 200
Errors
| Status | Code | Cause |
|---|---|---|
404 | NOT_FOUND | Domain not found or belongs to another tenant |
