Clockodo logo

Clockodo

Clockodo is a German-built, cloud-based time-tracking and project- management application used by service firms, agencies, and freelancers. In addition to its web and mobile apps, Clockodo exposes a REST API at my.clockodo.com that mirrors the objects in the UI: time entries, customers, projects, services, users, absences, holiday quotas, lump-sum services, and a real-time stop-clock. Authentication uses a per-user email plus per-user API key delivered as the X-ClockodoApiUser/X-ClockodoApiKey header pair (or HTTP Basic), and every call must include the X-Clockodo-External-Application header identifying the integrating application.

1 APIs 0 Features
Absence ManagementBillingProject ManagementStop ClockTime TrackingTimesheets

APIs

Clockodo API

The Clockodo API is a REST interface at my.clockodo.com that lets developers automate time tracking and project management. v2 endpoints under /api/v2 cover entries, customers, ...

Semantic Vocabularies

Clockodo Context

7 classes · 10 properties

JSON-LD

API Governance Rules

Clockodo API Rules

6 rules · 4 errors 2 warnings

SPECTRAL

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🔗
Spectral
Spectral

Sources

Raw ↑
aid: clockodo
name: Clockodo
url: https://raw.githubusercontent.com/api-evangelist/clockodo/refs/heads/main/apis.yml
created: '2025-02-17'
modified: '2026-05-19'
specificationVersion: '0.19'
type: Index
access: 3rd-Party
position: Consumer
kind: company
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Absence Management
  - Billing
  - Project Management
  - Stop Clock
  - Time Tracking
  - Timesheets
description: >-
  Clockodo is a German-built, cloud-based time-tracking and project- management application used by service firms,
  agencies, and freelancers. In addition to its web and mobile apps, Clockodo exposes a REST API at my.clockodo.com that
  mirrors the objects in the UI: time entries, customers, projects, services, users, absences, holiday quotas, lump-sum
  services, and a real-time stop-clock. Authentication uses a per-user email plus per-user API key delivered as the
  X-ClockodoApiUser/X-ClockodoApiKey header pair (or HTTP Basic), and every call must include the
  X-Clockodo-External-Application header identifying the integrating application.
apis:
  - aid: clockodo:clockodo-api
    name: Clockodo API
    tags:
      - Absence Management
      - Billing
      - Project Management
      - Stop Clock
      - Time Tracking
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://www.clockodo.com/en/api/
    baseURL: https://my.clockodo.com/api
    properties:
      - url: https://www.clockodo.com/en/api/
        type: Documentation
      - url: https://www.clockodo.com/en/api/authentication/
        type: Authentication
      - url: openapi/clockodo-openapi.yml
        type: OpenAPI
    description: >-
      The Clockodo API is a REST interface at my.clockodo.com that lets developers automate time tracking and project
      management. v2 endpoints under /api/v2 cover entries, customers, projects, services, users, lump-sum services, and
      the stop-clock; legacy endpoints under /api cover absences and holiday quotas. Calls authenticate with
      X-ClockodoApiUser plus X-ClockodoApiKey (or HTTP Basic with the same credentials) and identify the calling app via
      X-Clockodo-External-Application; responses are JSON.
common:
  - type: LinkedIn
    url: https://www.linkedin.com/company/clockodo
  - type: Website
    url: https://www.clockodo.com/en/
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Blog
    url: https://www.clockodo.com/en/blog/
  - type: Pricing
    url: https://www.clockodo.com/en/pricing/
  - type: TermsOfService
    url: https://www.clockodo.com/en/terms-and-conditions/
  - type: PrivacyPolicy
    url: https://www.clockodo.com/en/data-privacy/
  - type: OpenAPI
    url: openapi/clockodo-openapi.yml
  - type: JSONSchema
    url: json-schema/clockodo-entry-schema.json
  - type: JSONLDContext
    url: json-ld/clockodo-context.jsonld
  - type: Spectral
    url: rules/clockodo-rules.yml
maintainers:
  - FN: Kin Lane
    email: [email protected]