tests

Create a new deliverability test

Generates a unique test email address for sending test emails. No database record is created until an email is received.

post/test

Response

Test email address generated successfully

idstring required

Unique test identifier (base32-encoded with hyphens)

emailstring email required
status'pending' required
messagestring

Example response

{
  "id": "krfwg4z-amrqw4z-zmorsw2-djmfzgk-3a",
  "email": "test-krfwg4z-amrqw4z-zmorsw2-djmfzgk-3a@example.com",
  "status": "pending",
  "message": "Send your test email to the address above"
}

Changes