Version: 1.0.0
todo.ac API
API RESTful para TodoMate — gestiona tareas, metas y visión con almacenamiento en GitHub.
Autenticación
Todas las solicitudes requieren dos credenciales en las cabeceras:
| Cabecera | Valor |
|---|---|
Authorization | Bearer <jwt> — obtenido desde /auth/token o /auth/refresh |
TodoMate-Api-Key | Clave de suscripción API — obtenida en Cuenta → Claves API en la app (plan Pro requerido) |
Authentication
- HTTP: Bearer Auth
- API Key: ApiKey
TodoMate JWT (issued by /auth/token or /auth/refresh)
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Subscription key from Account → API Keys (Pro plan required). Required alongside the Bearer JWT on all authenticated endpoints.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | TodoMate-Api-Key |