Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WakaTime Organizations API

Team/organization dashboards and member analytics.

WakaTime Organizations API is one of 20 APIs that WakaTime publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Organizations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, a changelog, a status page, and 4 JSON Schemas.

This API exposes 9 operations across 8 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against 2 base URLs: https://wakatime.com/api/v1, https://api.wakatime.com/api/v1.

9 operations 8 paths 1 schemas 8 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://wakatime.com/api/v1/
Authentication
OAuth 2.0, HTTP Basic, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 3

WakaTime Organizations API declares 3 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode and implicit flows, exposing 8 scopes. It accepts HTTP basic authentication (apiKey). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 authorization code flow.
  • apiKey — HTTP Basic with the WakaTime API key as the username. Alternatively, pass ?apikey=... as a query parameter.
  • bearerAuth — OAuth access token in the Authorization header as Bearer wakatok....

Paths & Operations 9

Across 8 paths, the API surfaces 9 operations — 8 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Organizations 9

Team/organization dashboards and member analytics.

GET
/users/current/orgs
List Organizations
listOrgs → 200
GET
/users/current/orgs/{org}/custom_rules
List Org Custom Rules
listOrgCustomRules 1 param → 200
PUT
/users/current/orgs/{org}/custom_rules
Put Org Custom Rules
putOrgCustomRules 1 param body → 200
GET
/users/current/orgs/{org}/dashboards
List Org Dashboards
listOrgDashboards 1 param → 200
GET
/users/current/orgs/{org}/dashboards/{dashboard}/members
List Dashboard Members
listDashboardMembers 2 params → 200
GET
/users/current/orgs/{org}/dashboards/{dashboard}/summaries
List Dashboard Summaries
listDashboardSummaries 6 params → 200
GET
/users/current/orgs/{org}/dashboards/{dashboard}/member/{member}/summaries
List Dashboard Member Summaries
listDashboardMemberSummaries 5 params → 200
GET
/users/current/orgs/{org}/dashboards/{dashboard}/durations
List Dashboard Durations
listDashboardDurations 3 params → 200
GET
/users/current/orgs/{org}/dashboards/{dashboard}/member/{member}/durations
List Dashboard Member Durations
listDashboardMemberDurations 4 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is CustomRuleInput (4 properties). Each schema is shown below with its type and property counts.

CustomRuleInput
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wakatime-organizations-api-openapi.yml Raw ↑

Other APIs WakaTime publishes across the network.

WakaTime Commits API
WakaTime Custom Rules API
WakaTime Data Dumps API
WakaTime Durations API
WakaTime Editors API
WakaTime External Durations API
WakaTime Goals API
WakaTime Heartbeats API
WakaTime Insights API
WakaTime Languages API
WakaTime Leaderboards API
WakaTime Machines API