FullStory · Schema

EndpointList

List of webhook endpoints

Session ReplayProduct AnalyticsDigital ExperienceBehavioral AnalyticsFrontend Monitoring

Properties

Name Type Description
endpoints array Array of configured webhook endpoints
View JSON Schema on GitHub

JSON Schema

fullstory-endpointlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointList",
  "title": "EndpointList",
  "type": "object",
  "description": "List of webhook endpoints",
  "properties": {
    "endpoints": {
      "type": "array",
      "description": "Array of configured webhook endpoints",
      "items": {
        "$ref": "#/components/schemas/Endpoint"
      }
    }
  }
}