FullStory website screenshot

FullStory

FullStory is a behavioral data platform delivering session replay, product analytics, and digital experience intelligence across web and mobile.

FullStory publishes 4 APIs on the APIs.io network, including Server API, Sessions API, Segments Export API, and 1 more. Tagged areas include Session Replay, Product Analytics, Digital Experience, Behavioral Analytics, and Frontend Monitoring.

The FullStory catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 2 Spectral governance rulesets.

FullStory’s developer surface includes authentication, documentation, engineering blog, and 10 more developer resources.

46.7/100 developing ▬ flat Agent 54/100 agent ready Full breakdown ↓
scored 2026-07-21 · rubric v0.4
4 APIs 0 Features
Session ReplayProduct AnalyticsDigital ExperienceBehavioral AnalyticsFrontend Monitoring

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 46.7/100 · developing
Contract Quality 18.8 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.4 / 20
Operational Transparency 3.4 / 13
Governance 7.3 / 12
Discoverability 5.5 / 10
Agent readiness — 54/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/fullstory: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

FullStory Server API

FullStory Server API v2 ingests user identification, traits, custom events, and supports batch operations. Authentication uses an API key prefixed with the data center ID (e.g. ...

FullStory Sessions API

FullStory Sessions API for retrieving session metadata, replay URLs, and session-level details.

FullStory Segments Export API

FullStory Segments Export API for exporting segment data and audience definitions for downstream analytics.

FullStory Webhooks API

FullStory Webhooks API for subscribing to events from the FullStory platform and receiving push notifications.

Collections

GraphQL

FullStory GraphQL Schema

This is a conceptual GraphQL schema for the FullStory digital experience analytics platform. It is derived from the public FullStory developer documentation, covering the Server...

GRAPHQL

Pricing Plans

Fullstory Plans Pricing

1 plans

PLANS

Rate Limits

Fullstory Rate Limits

1 limits

RATE LIMITS

FinOps

Event Specifications

FullStory Webhook Events

FullStory delivers real-time webhook notifications when specific events occur within the platform. Supported event types include segment creation, segment threshold alerts, cust...

ASYNCAPI

Semantic Vocabularies

Fullstory Context

0 classes · 7 properties

JSON-LD

API Governance Rules

FullStory API Rules

8 rules · 1 errors 6 warnings 1 info

SPECTRAL

FullStory API Rules

6 rules · 4 warnings 2 info

SPECTRAL

JSON Structure

Fullstory Structure

0 properties

JSON STRUCTURE

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: FullStory Webhooks API
  version: '1.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Endpoints
    type: folder
  items:
  - info:
      name: List webhook endpoints
      type: http
    http:
      method: GET
      url: https://api.fullstory.com/webhooks/v1/endpoints
    docs: Pages through all configured webhook endpoints with pagination support. Returns endpoint details including ID, URL,
      configured event types, and enabled status.
  - info:
      name: Create a webhook endpoint
      type: http
    http:
      method: POST
      url: https://api.fullstory.com/webhooks/v1/endpoints
      body:
        type: json
        data: '{}'
    docs: Creates a new webhook endpoint with the given properties, including the destination URL and the event types it should
      receive. Some event types require a subcategory property. Returns the created endpoint details including its ID and
      signing secret.
  - info:
      name: Get a webhook endpoint
      type: http
    http:
      method: GET
      url: https://api.fullstory.com/webhooks/v1/endpoints/:endpointId
      params:
      - name: endpointId
        value: ''
        type: path
        description: The unique identifier of the webhook endpoint
    docs: Retrieves endpoint details corresponding to the provided endpoint ID, including the destination URL, configured
      event types, signing secret, and enabled status.
  - info:
      name: Update a webhook endpoint
      type: http
    http:
      method: PUT
      url: https://api.fullstory.com/webhooks/v1/endpoints/:endpointId
      params:
      - name: endpointId
        value: ''
        type: path
        description: The unique identifier of the webhook endpoint
      body:
        type: json
        data: '{}'
    docs: Updates an existing webhook endpoint. Can be used to change the destination URL, configured events, signing secret,
      and the enabled status of the endpoint.
  - info:
      name: Delete a webhook endpoint
      type: http
    http:
      method: DELETE
      url: https://api.fullstory.com/webhooks/v1/endpoints/:endpointId
      params:
      - name: endpointId
        value: ''
        type: path
        description: The unique identifier of the webhook endpoint
    docs: Permanently deletes the webhook endpoint specified by the endpoint ID. The endpoint will no longer receive any event
      notifications after deletion.
- info:
    name: Event Types
    type: folder
  items:
  - info:
      name: List available webhook event types
      type: http
    http:
      method: GET
      url: https://api.fullstory.com/webhooks/v1/event_types
    docs: Returns the list of all available event types that can be configured for webhook endpoints. Some event types may
      not be returned if your FullStory plan does not support them. Event types that have subcategories require a subcategory
      to be specified when creating an endpoint.
bundled: true