Skip to main content

Toggl Track

Overview

The Toggl Track source connector lets you authenticate to the Toggl Track API using an API token.

Setup

  1. Sign in to your Toggl Track account.
  2. Create or locate your API token in your Toggl Track profile settings.
  3. Copy the token for use in the connector configuration.

Authentication

This connector authenticates using HTTP Basic Auth against the Toggl Track API:

  • Username: your Toggl Track API token
  • Password: the literal string api_token

During connection setup, the connector validates credentials by calling:

  • GET https://api.track.toggl.com/api/v9/me

Configuration

FieldTypeRequiredDescription
api_tokenstringYour Toggl Track API token.

Streams

This connector is currently in development.

  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet available.

When stream support is added, this page will be updated with the available streams and their schemas.