Optimizely (Source)
Introduction
The Optimizely source connector lets you authenticate to the Optimizely API.
At this time, the connector supports credential validation only. Data extraction and streams are still in development, so you won’t be able to sync data yet.
Setup
Prerequisites
- An Optimizely account with access to the Optimizely API
- An API token (bearer token)
Create an Optimizely API token
Generate an API token in Optimizely (per your organization’s Optimizely admin/security settings). You will use this token as the connector’s api_token.
Authentication
This connector authenticates using a Bearer token sent in the Authorization header.
During connection testing, the connector validates credentials by calling:
GET https://api.optimizely.com/v2/projects
If the token is invalid or lacks required permissions, the connection test will fail.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Optimizely API token used for Bearer authentication. |
Streams
No streams are currently available. The Optimizely source connector’s extraction functionality is still in development.