FullStory (Source)
Introduction
The FullStory source connector lets you connect to the FullStory API.
This connector is currently in development. Authentication validation is implemented, but data extraction and streams are not yet available.
Setup
- In FullStory, generate an API key suitable for accessing the FullStory API.
- In your workspace, create a new FullStory source and enter the API key when prompted.
Authentication
This connector authenticates using an API key sent in the Authorization header.
- Auth type: API key
- Header:
Authorization - Format:
Basic <api_key>
During connection testing/login, the connector validates credentials by calling:
GET https://api.fullstory.com/operations/v1/exports
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | FullStory API key used to authenticate requests. |
Streams
No streams are currently exposed.
Limitations
- Extraction is not yet implemented. Runs will fail with an “in development” error until the connector’s extraction logic and catalog are released.