Toggl Track
Overview
The Toggl Track source connector lets you authenticate to the Toggl Track API using an API token.
Setup
- Sign in to your Toggl Track account.
- Create or locate your API token in your Toggl Track profile settings.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Your 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.