Skip to main content

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

  1. In Canny, create or locate an API key.
  2. In your workspace, add a new Canny source.
  3. 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/list with JSON body { "apiKey": "<your_api_key>" }

Configuration

FieldTypeRequiredDescription
api_keystringYour Canny API key.

Streams

No streams are available yet. Catalog discovery currently returns an empty catalog, and extraction is not implemented.