email_verified

The date and time the destination address has been verified. Null means not verified yet.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-verified-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_verified",
  "title": "email_verified",
  "description": "The date and time the destination address has been verified. Null means not verified yet.",
  "example": "2014-01-02T02:20:00Z",
  "format": "date-time",
  "readOnly": true,
  "type": "string"
}