SurveySparrow source
Overview
The SurveySparrow source connector lets you authenticate to the SurveySparrow API.
At this time, extraction and stream support are still in development. You can use this connector to validate credentials, but it will not yet sync data.
Setup
Prerequisites
- A SurveySparrow account
- An API key with access to the SurveySparrow API
Create an API key
Generate an API key in SurveySparrow (typically from your workspace or developer/API settings). Keep the key secure—this connector uses it as a bearer token.
Authentication
This connector authenticates using Bearer token authentication:
- The API key you provide is sent as an
Authorization: Bearer <api_key>header. - During credential validation, the connector calls:
GET https://api.surveysparrow.com/v3/surveys
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | SurveySparrow API key used for bearer authentication. |
Streams
No streams are currently available. Extraction is still in development, so syncs will not produce data yet.