Skip to main content

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

  1. Sign in to Clockify.
  2. Go to your profile/settings where Clockify exposes the API key.
  3. 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

FieldTypeRequiredDescription
api_keystringYour 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.