AhaSend · Schema

DeliverabilityStatistics

DeliverabilityStatistics schema from AhaSend API

EmailTransactional EmailDeveloper ToolsSMTPWebhook

Properties

Name Type Description
from_timestamp string Start time of the statistics bucket
to_timestamp string End time of the statistics bucket
reception_count integer Number of messages accepted for delivery
delivered_count integer Number of messages delivered
deferred_count integer Number of messages deferred
bounced_count integer Number of messages bounced
failed_count integer Number of messages failed
suppressed_count integer Number of messages suppressed
opened_count integer Number of messages opened at least once
clicked_count integer Number of messages that have at least one link in them clicked.
View JSON Schema on GitHub

JSON Schema

openapi-v2-deliverability-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ahasend/refs/heads/main/json-schema/openapi-v2-deliverability-statistics-schema.json",
  "title": "DeliverabilityStatistics",
  "description": "DeliverabilityStatistics schema from AhaSend API",
  "type": "object",
  "properties": {
    "from_timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Start time of the statistics bucket",
      "example": "2025-03-15T14:30:00Z"
    },
    "to_timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "End time of the statistics bucket",
      "example": "2025-03-15T14:30:00Z"
    },
    "reception_count": {
      "type": "integer",
      "description": "Number of messages accepted for delivery",
      "example": 1
    },
    "delivered_count": {
      "type": "integer",
      "description": "Number of messages delivered",
      "example": 1
    },
    "deferred_count": {
      "type": "integer",
      "description": "Number of messages deferred",
      "example": 1
    },
    "bounced_count": {
      "type": "integer",
      "description": "Number of messages bounced",
      "example": 1
    },
    "failed_count": {
      "type": "integer",
      "description": "Number of messages failed",
      "example": 1
    },
    "suppressed_count": {
      "type": "integer",
      "description": "Number of messages suppressed",
      "example": 1
    },
    "opened_count": {
      "type": "integer",
      "description": "Number of messages opened at least once",
      "example": 1
    },
    "clicked_count": {
      "type": "integer",
      "description": "Number of messages that have at least one link in them clicked.",
      "example": 1
    }
  },
  "required": [
    "from_timestamp",
    "to_timestamp"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openapi-v2-deliverability-statistics"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.