Email on Acid · Example Payload

Email Test Response

Email TestingEmail PreviewsEmail ClientsSpam TestingAccessibilityHTML ValidationEmail Quality AssurancePre-Deployment Testing

Email Test Response is an example object payload from Email on Acid, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idreference_idcustomer_idspam

Example Payload

Raw ↑
{
  "id": "abc123xyz789",
  "reference_id": "123ABC",
  "customer_id": "1",
  "spam": {
    "key": "spam_key_unique_456",
    "address_list": [
      "seed1@spam-test.emailonacid.com",
      "seed2@spam-test.emailonacid.com"
    ]
  }
}