Skip to main content

TeamGantt

Introduction

The TeamGantt source connector is currently in development.

At this time, the connector supports credential validation (testing that your API token is valid), but it does not yet support extraction or expose any streams.

Setup

Prerequisites

  • A TeamGantt account
  • A TeamGantt API token

Create an API token

Generate an API token in TeamGantt, then copy it for use in the connector configuration.

Authentication

TeamGantt uses Bearer token authentication.

During connection testing, the connector validates credentials by calling:

  • GET https://api.teamgantt.com/v1/current_user

If the request fails, the connector will report a credential validation error.

Configuration

FieldTypeRequiredDescription
api_tokenstringYesTeamGantt API token used as a Bearer token for API requests.

Streams

No streams are currently available.

Limitations

  • Extraction is not yet implemented. Runs will fail with an “in development” error if extraction is attempted.
  • Catalog discovery is not yet implemented. The connector does not currently return a catalog of available streams.