AhaSend · JSON Structure

Openapi V2 Delivery Time Structure

DeliveryTime schema from AhaSend API

Type: object Properties: 2
EmailTransactional EmailDeveloper ToolsSMTPWebhooks

DeliveryTime is a JSON Structure definition published by AhaSend, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

recipient_domain delivery_time

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ahasend/refs/heads/main/json-structure/openapi-v2-delivery-time-structure.json",
  "name": "DeliveryTime",
  "description": "DeliveryTime schema from AhaSend API",
  "type": "object",
  "properties": {
    "recipient_domain": {
      "type": "string",
      "description": "The recipient domain",
      "example": "mail.example.com"
    },
    "delivery_time": {
      "type": "double",
      "description": "The average time from reception to delivery in seconds",
      "example": 1.0
    }
  }
}