Introduction
The Sessions API provides Data Direct customers access to all event data and device context for a specified device. Context and events match the schema and data provided via Destinations.
This API is commonly referred to as the Individual Visit API in our product. This API is designed for real time inspection and online inferencing and will return data within seconds of events being captured. This API is not intended for use for data export or transformation.
Authentication
API Key: ApiKeyAuth
The HTTP API requires an API key that you can generate from the Fullstory app. The API key must have Admin or Architect level permissions for requests which retrieve data. The header value takes the form "Basic {YOUR_API_KEY}"
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authorization |