FullStory logo

FullStory

FullStory is a digital experience intelligence platform that captures and analyzes user interactions across websites and mobile apps. The FullStory developer platform exposes server-side REST APIs for sending user and event data, exporting behavioral segments, retrieving session replay URLs, and managing webhook destinations, plus a Browser SDK for client-side data capture and custom events.

5 APIs 16 Features
AnalyticsDigital ExperienceSession ReplayWebhooksData Export

APIs

FullStory Server API

The FullStory Server API is a RESTful API that enables developers to programmatically send user and event data to FullStory. It supports creating and updating individual users, ...

FullStory Segments Export API

The FullStory Segments Export API provides an asynchronous workflow for downloading captured event data from FullStory. Developers can initiate export jobs to aggregate segment ...

FullStory Sessions API

The FullStory Sessions API allows developers to retrieve session replay URLs for specific users. By querying with a user email address or user ID, the API returns a list of sess...

FullStory Webhooks API

The FullStory Webhooks API enables developers to create, update, retrieve, and manage webhook endpoints that receive real-time notifications from FullStory. Supported event type...

FullStory Browser SDK

The FullStory Browser SDK is a JavaScript library that enables developers to manage FullStory data capture on websites, retrieve deep links to session replays, and send custom e...

Features

Business: custom pricing, deep product analytics + qualitative insights
Advanced: trends, roadmap planning, funnel improvement at scale
Enterprise: predictive models, GenAI/LLM support
Session replay across web/iOS/Android
Heatmaps and funnels
Frustration signals (Rage clicks, dead clicks, error clicks)
Server API v2 at api.fullstory.com
Default 600 req/min/org rate limit
Bulk events: 5,000 events per request
OAuth 2.0 + API keys
Webhooks for fired events and segment changes
Data Direct for warehouse export
Anomaly Detection (Advanced)
Retroactive analysis on captured sessions
Privacy controls (PII masking, redaction)
GDPR/HIPAA/SOC 2 compliant

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

Resources

🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Login
Login
💬
Support
Support
📰
Blog
Blog
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema

Sources

Raw ↑
aid: fullstory
name: FullStory
description: FullStory is a digital experience intelligence platform that captures and analyzes user interactions
  across websites and mobile apps. The FullStory developer platform exposes server-side REST APIs for
  sending user and event data, exporting behavioral segments, retrieving session replay URLs, and managing
  webhook destinations, plus a Browser SDK for client-side data capture and custom events.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
access: 3rd-Party
created: '2026-03-20'
modified: '2026-05-04'
position: Consumer
url: https://raw.githubusercontent.com/api-evangelist/fullstory/refs/heads/main/apis.yml
specificationVersion: '0.19'
tags:
  - Analytics
  - Digital Experience
  - Session Replay
  - Webhooks
  - Data Export
apis:
  - aid: fullstory:server-api
    name: FullStory Server API
    tags:
      - Analytics
      - Digital Experience
      - Events
      - Session Replay
      - Users
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://api.fullstory.com
    humanURL: https://developer.fullstory.com/server/getting-started/
    properties:
      - url: https://developer.fullstory.com/server/getting-started/
        type: Documentation
      - url: openapi/fullstory-server-api-openapi.yml
        type: OpenAPI
    description: The FullStory Server API is a RESTful API that enables developers to programmatically
      send user and event data to FullStory. It supports creating and updating individual users, batch
      importing users, sending server-side events, and batch importing events. The API uses JSON for request
      and response bodies and authenticates via API keys. Developers can use it to enrich FullStory session
      data with server-side context that is not available in the browser or mobile app.
  - aid: fullstory:segments-export-api
    name: FullStory Segments Export API
    tags:
      - Analytics
      - Data Export
      - Digital Experience
      - Segments
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://api.fullstory.com
    humanURL: https://developer.fullstory.com/server/v1/segments/create-segment-export/
    properties:
      - url: https://developer.fullstory.com/server/v1/segments/create-segment-export/
        type: Documentation
      - url: openapi/fullstory-segments-export-api-openapi.yml
        type: OpenAPI
    description: 'The FullStory Segments Export API provides an asynchronous workflow for downloading
      captured event data from FullStory. Developers can initiate export jobs to aggregate segment data,
      query for the status of running jobs, and retrieve download URLs for completed exports. Two types
      of segment data are available for export: individuals matching a segment and events performed by
      those individuals.'
  - aid: fullstory:sessions-api
    name: FullStory Sessions API
    tags:
      - Analytics
      - Digital Experience
      - Session Replay
      - Sessions
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://api.fullstory.com
    humanURL: https://developer.fullstory.com/server/getting-started/
    properties:
      - url: https://developer.fullstory.com/server/getting-started/
        type: Documentation
      - url: openapi/fullstory-sessions-api-openapi.yml
        type: OpenAPI
    description: The FullStory Sessions API allows developers to retrieve session replay URLs for specific
      users. By querying with a user email address or user ID, the API returns a list of session URLs
      that can be used to view recorded sessions in the FullStory platform. This is particularly useful
      for building integrations that link customer support tickets, CRM records, or other tools directly
      to relevant FullStory session replays.
  - aid: fullstory:webhooks-api
    name: FullStory Webhooks API
    tags:
      - Events
      - Notifications
      - Segments
      - Webhooks
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://api.fullstory.com
    humanURL: https://developer.fullstory.com/destinations/v1/webhooks/getting-started/
    properties:
      - url: https://developer.fullstory.com/destinations/v1/webhooks/getting-started/
        type: Documentation
      - url: openapi/fullstory-webhooks-api-openapi.yml
        type: OpenAPI
      - url: asyncapi/fullstory-webhooks-asyncapi.yml
        type: AsyncAPI
    description: The FullStory Webhooks API enables developers to create, update, retrieve, and manage
      webhook endpoints that receive real-time notifications from FullStory. Supported event types include
      segment creation, segment threshold alerts, and custom event notifications. Webhooks allow event-driven
      integrations that respond immediately to behavioral signals detected by FullStory, eliminating the
      need for polling and enabling automated workflows based on user activity patterns.
  - aid: fullstory:browser-sdk
    name: FullStory Browser SDK
    tags:
      - Browser
      - Custom Events
      - Data Capture
      - JavaScript
      - Session Replay
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.fullstory.com/browser/getting-started/
    properties:
      - url: https://developer.fullstory.com/browser/getting-started/
        type: Documentation
      - url: https://www.npmjs.com/package/@fullstory/browser
        type: Distribution
    description: The FullStory Browser SDK is a JavaScript library that enables developers to manage FullStory
      data capture on websites, retrieve deep links to session replays, and send custom events. It provides
      functions for identifying users, setting user properties, tracking custom events with the FS.event
      API, and generating session replay URLs for integration with other platforms.
common:
  - type: Website
    url: https://www.fullstory.com/
  - type: Portal
    url: https://developer.fullstory.com/
  - type: Documentation
    url: https://developer.fullstory.com/server/getting-started/
  - type: Login
    url: https://app.fullstory.com/login
  - type: Support
    url: https://help.fullstory.com/
  - type: Blog
    url: https://www.fullstory.com/blog/
  - type: PrivacyPolicy
    url: https://www.fullstory.com/legal/privacy-policy/
  - type: TermsOfService
    url: https://www.fullstory.com/legal/terms-and-conditions/
  - type: JSONLD
    url: json-ld/fullstory-context.jsonld
  - type: JSONSchema
    url: json-schema/fullstory-user-schema.json
  - type: JSONSchema
    url: json-schema/fullstory-event-schema.json
  - type: JSONSchema
    url: json-schema/fullstory-segment-schema.json
  - type: JSONSchema
    url: json-schema/fullstory-session-schema.json
  - type: JSONSchema
    url: json-schema/fullstory-webhook-endpoint-schema.json
  - type: Features
    data:
      - 'Business: custom pricing, deep product analytics + qualitative insights'
      - 'Advanced: trends, roadmap planning, funnel improvement at scale'
      - 'Enterprise: predictive models, GenAI/LLM support'
      - Session replay across web/iOS/Android
      - Heatmaps and funnels
      - Frustration signals (Rage clicks, dead clicks, error clicks)
      - Server API v2 at api.fullstory.com
      - Default 600 req/min/org rate limit
      - 'Bulk events: 5,000 events per request'
      - OAuth 2.0 + API keys
      - Webhooks for fired events and segment changes
      - Data Direct for warehouse export
      - Anomaly Detection (Advanced)
      - Retroactive analysis on captured sessions
      - Privacy controls (PII masking, redaction)
      - GDPR/HIPAA/SOC 2 compliant
    sources:
      - https://www.fullstory.com/pricing/
    updated: '2026-05-04'
maintainers:
  - FN: Kin Lane
    email: [email protected]