SparkPost · Schema

SparkPost Suppression Entry

Schema for a SparkPost suppression list entry

EmailTransactional EmailMarketing EmailEmail DeliverySMTPWebhookAnalyticsTemplatesSuppression List

Properties

Name Type Description
recipient string Email address of the suppressed recipient
type string Type of suppression — transactional applies to transactional messages, non_transactional to marketing
description string Human-readable reason for the suppression
list_id string RFC 2919 compliant mailing list identifier
source string Origin of the suppression (returned in responses)
created string Timestamp when suppression was created
updated string Timestamp when suppression was last updated
View JSON Schema on GitHub

JSON Schema

sparkpost-suppression-entry.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.sparkpost.com/schemas/suppression-entry",
  "title": "SparkPost Suppression Entry",
  "description": "Schema for a SparkPost suppression list entry",
  "type": "object",
  "required": ["recipient", "type"],
  "properties": {
    "recipient": {
      "type": "string",
      "format": "email",
      "description": "Email address of the suppressed recipient"
    },
    "type": {
      "type": "string",
      "enum": ["transactional", "non_transactional"],
      "description": "Type of suppression — transactional applies to transactional messages, non_transactional to marketing"
    },
    "description": {
      "type": "string",
      "description": "Human-readable reason for the suppression"
    },
    "list_id": {
      "type": "string",
      "description": "RFC 2919 compliant mailing list identifier"
    },
    "source": {
      "type": "string",
      "readOnly": true,
      "description": "Origin of the suppression (returned in responses)"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "description": "Timestamp when suppression was created"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "description": "Timestamp when suppression was last updated"
    }
  }
}

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/sparkpost-suppression-entry"
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.