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 uuid required
emailstring email required
status'pending' required
messagestring

Example response

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "email": "test-550e8400@example.com",
  "status": "pending",
  "message": "Send your test email to the address above"
}

Changes