Version: 1.0.0
todo.ac API
API RESTful per TodoMate — gestisci attività, obiettivi e visione con archiviazione GitHub.
Autenticazione
Tutte le richieste richiedono due credenziali negli header:
| Header | Valore |
|---|---|
Authorization | Bearer <jwt> — ottenuto da /auth/token o /auth/refresh |
Ocp-Apim-Subscription-Key | Chiave di abbonamento API — ottenuta in Account → Chiavi API nell'app (piano Pro richiesto) |
Authentication
- HTTP: Bearer Auth
- API Key: ApimKey
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: | Ocp-Apim-Subscription-Key |