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/preference:
post:
operationId: getUserPreference
summary: Get the current user's preferences
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/UserPr