Neynar · Schema

NotificationCampaignStats

Neynar Farcaster API schema for NotificationCampaignStats

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
error_breakdown object Detailed breakdown of errors encountered during notification delivery.
intended_recipient_app_fids array An array of Farcaster FIDs of intended recipient applications.
intended_recipient_notification_token_count integer The total number of notification tokens for intended recipients.
successful_sends integer The number of notifications successfully sent.
successful_sends_by_app_fid object A record mapping app FIDs (as strings) to the number of successful sends for that app.
total_opens integer The total number of times notifications from this campaign have been opened.
total_opens_by_app_fid object A record mapping app FIDs (as strings) to the number of opens for that app.
unique_opens integer The number of unique recipients who opened a notification from this campaign.
unique_opens_by_app_fid object A record mapping app FIDs (as strings) to the number of unique opens for that app.
View JSON Schema on GitHub

JSON Schema

notificationcampaignstats.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/NotificationCampaignStats",
  "title": "NotificationCampaignStats",
  "description": "Neynar Farcaster API schema for NotificationCampaignStats",
  "properties": {
    "error_breakdown": {
      "description": "Detailed breakdown of errors encountered during notification delivery.",
      "properties": {
        "delivery_errors": {
          "additionalProperties": {
            "format": "int32",
            "type": "integer"
          },
          "description": "A record mapping delivery error types to their occurrence counts.",
          "type": "object"
        },
        "http_errors": {
          "additionalProperties": {
            "format": "int32",
            "type": "integer"
          },
          "description": "A record mapping HTTP status codes to their occurrence counts.",
          "type": "object"
        }
      },
      "type": "object"
    },
    "intended_recipient_app_fids": {
      "description": "An array of Farcaster FIDs of intended recipient applications.",
      "items": {
        "format": "int32",
        "type": "integer"
      },
      "type": "array"
    },
    "intended_recipient_notification_token_count": {
      "description": "The total number of notification tokens for intended recipients.",
      "format": "int32",
      "type": "integer"
    },
    "successful_sends": {
      "description": "The number of notifications successfully sent.",
      "format": "int32",
      "type": "integer"
    },
    "successful_sends_by_app_fid": {
      "additionalProperties": {
        "format": "int32",
        "type": "integer"
      },
      "description": "A record mapping app FIDs (as strings) to the number of successful sends for that app.",
      "type": "object"
    },
    "total_opens": {
      "description": "The total number of times notifications from this campaign have been opened.",
      "format": "int32",
      "type": "integer"
    },
    "total_opens_by_app_fid": {
      "additionalProperties": {
        "format": "int32",
        "type": "integer"
      },
      "description": "A record mapping app FIDs (as strings) to the number of opens for that app.",
      "type": "object"
    },
    "unique_opens": {
      "description": "The number of unique recipients who opened a notification from this campaign.",
      "format": "int32",
      "type": "integer"
    },
    "unique_opens_by_app_fid": {
      "additionalProperties": {
        "format": "int32",
        "type": "integer"
      },
      "description": "A record mapping app FIDs (as strings) to the number of unique opens for that app.",
      "type": "object"
    }
  },
  "required": [
    "intended_recipient_notification_token_count",
    "intended_recipient_app_fids",
    "successful_sends",
    "successful_sends_by_app_fid",
    "total_opens",
    "total_opens_by_app_fid",
    "unique_opens",
    "unique_opens_by_app_fid",
    "error_breakdown"
  ],
  "type": "object"
}

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/notificationcampaignstats"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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