Skip to main content
Version: 1.0.0

todo.ac API

RESTful API for TodoMate — manage todos, goals, and vision with GitHub-backed storage.

Authentication

All requests require two credentials passed as headers:

HeaderValue
AuthorizationBearer <jwt> — obtain from /auth/token or /auth/refresh. Not required on auth endpoints.
TodoMate-Api-KeyYour API subscription key — obtain from Account → API Keys in the app (Pro plan required)

Authentication

TodoMate JWT (issued by /auth/token or /auth/refresh)

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer