Canny
Introduction
The Canny source connector is currently under development.
At this time, the connector supports credential validation (testing that your API key is valid), but it does not yet support catalog discovery or data extraction.
Setup
- In Canny, create or locate an API key.
- In your workspace, add a new Canny source.
- Enter the API key in the connector configuration.
Authentication
Canny authentication uses an API key.
The connector validates credentials by calling Canny’s API endpoint:
POST https://canny.io/api/v1/boards/listwith JSON body{ "apiKey": "<your_api_key>" }
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Canny API key. |
Streams
No streams are available yet. Catalog discovery currently returns an empty catalog, and extraction is not implemented.