Smartwaiver source
The Smartwaiver source connector connects to the Smartwaiver API (v4) using an API key.
Status
This connector is currently in development.
- Authentication validation is implemented (the connector can verify your API key).
- Extraction and streams are not yet available. Runs will fail with an “extraction is still in development” error.
Setup
Prerequisites
- A Smartwaiver account with access to the Smartwaiver API.
- A Smartwaiver API key.
Create an API key
Generate an API key in Smartwaiver (in your Smartwaiver admin/settings area). Smartwaiver API keys are used as Bearer tokens when calling the API.
Authentication
This connector authenticates using Bearer token authentication:
- Header:
Authorization: Bearer <api_key>
During credential validation, the connector makes a request to:
GET https://api.smartwaiver.com/v4/waivers?limit=1
If the request returns a non-success status, validation fails.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Smartwaiver API key used as a Bearer token for API requests. |
Streams
No streams are currently exposed.
Limitations
- Extraction is not implemented yet, so the connector cannot sync data at this time.
- Catalog discovery currently returns an empty catalog.
Changelog
- Initial connector scaffold: authentication validation added; extraction pending.