Raw Clockify API request
clockify_api_requestAccess any Clockify API endpoint without a dedicated tool. Specify method, path, query, body, and surface to target main API, reports, or time off.
Instructions
Any Clockify endpoint that has no dedicated tool. Paths are relative to the API root; pick surface to reach the reports or time-off hosts. Respects read-only mode and the workspace lock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body | |
| path | Yes | Path below the API root, e.g. `/workspaces/{id}/projects` — no host, no /api/v1 | |
| query | No | Query string parameters | |
| method | Yes | HTTP method | |
| surface | No | Which Clockify host: main API (default), reports, or time off |