FullStory · Schema

FullStory Webhook Endpoint

A configured webhook endpoint in FullStory that receives real-time event notifications. Endpoints define a destination URL, the event types to receive, and a signing secret for payload verification.

Session ReplayProduct AnalyticsDigital ExperienceBehavioral AnalyticsFrontend Monitoring

Properties

Name Type Description
id string Unique identifier for the webhook endpoint
url string The destination URL that receives webhook event notifications
events array The event types configured for this endpoint
signingSecret string Secret used to sign webhook payloads for verification by the receiving application
enabled boolean Whether the endpoint is actively receiving events
createdAt string Timestamp when the endpoint was created
View JSON Schema on GitHub

JSON Schema

fullstory-webhook-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://fullstory.com/schemas/fullstory/webhook-endpoint.json",
  "title": "FullStory Webhook Endpoint",
  "description": "A configured webhook endpoint in FullStory that receives real-time event notifications. Endpoints define a destination URL, the event types to receive, and a signing secret for payload verification.",
  "type": "object",
  "required": ["id", "url", "events"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the webhook endpoint"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The destination URL that receives webhook event notifications"
    },
    "events": {
      "type": "array",
      "description": "The event types configured for this endpoint",
      "items": {
        "$ref": "#/$defs/EventTypeConfig"
      }
    },
    "signingSecret": {
      "type": "string",
      "description": "Secret used to sign webhook payloads for verification by the receiving application"
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the endpoint is actively receiving events"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the endpoint was created"
    }
  },
  "$defs": {
    "EventTypeConfig": {
      "type": "object",
      "description": "Configuration for a specific event type on a webhook endpoint",
      "required": ["eventName"],
      "properties": {
        "eventName": {
          "type": "string",
          "description": "The name of the event type",
          "enum": [
            "segment.created",
            "segment.trend.alert",
            "recording.event.custom",
            "note.created"
          ]
        },
        "subcategory": {
          "type": "string",
          "description": "Required subcategory for event types that support it, such as specifying which custom event to listen for"
        }
      }
    },
    "EventType": {
      "type": "object",
      "description": "A webhook event type available in FullStory",
      "properties": {
        "eventName": {
          "type": "string",
          "description": "The name of the event type"
        },
        "description": {
          "type": "string",
          "description": "Human-readable description of the event type"
        },
        "hasSubcategories": {
          "type": "boolean",
          "description": "Whether this event type requires a subcategory when configuring an endpoint"
        }
      }
    }
  }
}

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/fullstory-webhook-endpoint"
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.