Show off your agentic readiness — the badge auto-updates when your score changes.
OpenAPI Spec (preview)
openapi: 3.0.1
info:
title: TickTick OpenAPI
description: OpenAPI that allows the user to create and manage a TODO list using ChatGPT.
version: 'v1'
servers:
- url: https://ticktick.com
paths:
/open/v1/project:
get:
operationId: getAllProjects
summary: Get the list of projects
responses:
"200":
description: OK
content:
application/json:
schema:
type: array
items: