Toggl Track website screenshot

Toggl Track

Toggl Track is a time-tracking and productivity platform for freelancers, teams, and agencies that captures billable hours, project time, and team capacity across web, desktop, mobile, and browser extension clients. The product offers automated tracking, calendar integration, custom reporting, 100+ integrations (Jira, Salesforce, Asana, GitHub), and supports billing, payroll, and project profitability use cases. The Toggl Track API v9 is a REST interface for time entries, workspaces, projects, clients, users, and reports using HTTP Basic Authentication with an API token.

Toggl Track publishes 3 APIs on the APIs.io network: Me API, Reports API, and Time Entries API. Tagged areas include Time Tracking, Productivity, Project Management, Billing, and Reporting.

Toggl Track’s developer surface includes authentication, documentation, pricing, signup flow, engineering blog, support, and 9 more developer resources.

33.6/100 thin ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs
Time TrackingProductivityProject ManagementBillingReportingWorkforce Management

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/toggl: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Toggl Track API v9

Current REST API for managing time entries, workspaces, projects, clients, tags, tasks, users, and organizations in Toggl Track. Authentication uses HTTP Basic Auth with the API...

Toggl Track Reports API v3

Reporting API for generating detailed, summary, and weekly reports across time entries, with support for filtering, grouping, and export formats (JSON, CSV, PDF).

Toggl Track Webhooks API

Webhooks API for subscribing to events such as time entry creation, updates, deletions, and project changes within a workspace.

Toggl Track Me API

The Me API from Toggl Track — 1 operation(s) for me.

Toggl Track Reports API

The Reports API from Toggl Track — 3 operation(s) for reports.

Toggl Track Time Entries API

The Time Entries API from Toggl Track — 5 operation(s) for time entries.

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Toggl Track Me API

OPEN COLLECTION

Toggl Track API

OPEN COLLECTION

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Toggl Authentication

http · 1 scheme

SECURITY

Toggl Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Toggl Agentic Access

10 operations · 4 acting · 1 human-in-the-loop

10 operations · 4 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: toggl
name: Toggl Track
description: Toggl Track is a time-tracking and productivity platform for freelancers, teams, and agencies that captures billable
  hours, project time, and team capacity across web, desktop, mobile, and browser extension clients. The product offers automated
  tracking, calendar integration, custom reporting, 100+ integrations (Jira, Salesforce, Asana, GitHub), and supports billing,
  payroll, and project profitability use cases. The Toggl Track API v9 is a REST interface for time entries, workspaces, projects,
  clients, users, and reports using HTTP Basic Authentication with an API token.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/toggl.png
tags:
- Time Tracking
- Productivity
- Project Management
- Billing
- Reporting
- Workforce Management
url: https://raw.githubusercontent.com/api-evangelist/toggl/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: toggl:track-api-v9
  name: Toggl Track API v9
  description: Current REST API for managing time entries, workspaces, projects, clients, tags, tasks, users, and organizations
    in Toggl Track. Authentication uses HTTP Basic Auth with the API token as username and the literal "api_token" as password.
  humanURL: https://engineering.toggl.com/docs/
  baseURL: https://api.track.toggl.com/api/v9
  tags:
  - Time Tracking
  - Time Entries
  - Project
  - Workspaces
  - User
  tags_raw:
  - Time Tracking
  - Time Entries
  - Projects
  - Workspaces
  - Users
  properties:
  - type: Documentation
    url: https://engineering.toggl.com/docs/
  - type: Authentication
    url: https://engineering.toggl.com/docs/authentication
  - type: APIReference
    url: https://engineering.toggl.com/docs/api/me
- aid: toggl:reports-api-v3
  name: Toggl Track Reports API v3
  description: Reporting API for generating detailed, summary, and weekly reports across time entries, with support for filtering,
    grouping, and export formats (JSON, CSV, PDF).
  humanURL: https://engineering.toggl.com/docs/reports_start
  baseURL: https://api.track.toggl.com/reports/api/v3
  tags:
  - Reports
  - Analytics
  - Export
  tags_raw:
  - Reports
  - Analytics
  - Exports
  properties:
  - type: Documentation
    url: https://engineering.toggl.com/docs/reports_start
- aid: toggl:webhooks-api
  name: Toggl Track Webhooks API
  description: Webhooks API for subscribing to events such as time entry creation, updates, deletions, and project changes
    within a workspace.
  humanURL: https://engineering.toggl.com/docs/webhooks_start
  baseURL: https://api.track.toggl.com/webhooks/api/v1
  tags:
  - Webhook
  - Event
  tags_raw:
  - Webhooks
  - Events
  properties:
  - type: Documentation
    url: https://engineering.toggl.com/docs/webhooks_start
- aid: toggl:toggl-me-api
  name: Toggl Track Me API
  description: The Me API from Toggl Track — 1 operation(s) for me.
  humanURL: https://engineering.toggl.com/docs/
  baseURL: https://api.track.toggl.com/api/v9
  tags:
  - Me
  properties:
  - type: OpenAPI
    url: openapi/toggl-me-api-openapi.yml
- aid: toggl:toggl-reports-api
  name: Toggl Track Reports API
  description: The Reports API from Toggl Track — 3 operation(s) for reports.
  humanURL: https://engineering.toggl.com/docs/
  baseURL: https://api.track.toggl.com/api/v9
  tags:
  - Reports
  properties:
  - type: OpenAPI
    url: openapi/toggl-reports-api-openapi.yml
- aid: toggl:toggl-time-entries-api
  name: Toggl Track Time Entries API
  description: The Time Entries API from Toggl Track — 5 operation(s) for time entries.
  humanURL: https://engineering.toggl.com/docs/
  baseURL: https://api.track.toggl.com/api/v9
  tags:
  - Time Entries
  properties:
  - type: OpenAPI
    url: openapi/toggl-time-entries-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/toggl-agentic-access.yml
- type: DomainSecurity
  url: security/toggl-domain-security.yml
- type: Authentication
  url: authentication/toggl-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/toggl
- type: Website
  url: https://toggl.com/track/
- type: DeveloperPortal
  url: https://engineering.toggl.com/docs/
- type: Documentation
  url: https://engineering.toggl.com/docs/
- type: Pricing
  url: https://toggl.com/track/pricing/
- type: Signup
  url: https://toggl.com/track/signup/
- type: Login
  url: https://track.toggl.com/login
- type: Blog
  url: https://toggl.com/blog/
- type: Support
  url: https://support.toggl.com/en/
- type: Community
  url: https://community.toggl.com/
- type: GitHubOrganization
  url: https://github.com/toggl
- type: StatusPage
  url: https://status.toggl.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/toggl"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/toggl/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/toggl/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.