Clockify source
Introduction
The Clockify source connector lets you connect to the Clockify REST API using an API key.
Setup
Prerequisites
- A Clockify account
- A Clockify API key
Get your Clockify API key
- Sign in to Clockify.
- Go to your profile/settings where Clockify exposes the API key.
- Copy the API key value.
Authentication
This connector authenticates with an API key sent in the X-Api-Key request header.
During connection testing, the connector validates credentials by calling:
GET https://api.clockify.me/api/v1/user
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Clockify API key. |
Streams
This connector is currently under development.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
If you need specific Clockify objects/streams supported, provide the list of endpoints you want to sync (for example: workspaces, projects, time entries) so the connector can be scoped appropriately.