Version: 1.0.0
todo.ac API
API RESTful untuk TodoMate — kelola tugas, tujuan, dan visi dengan penyimpanan GitHub.
Autentikasi
Semua permintaan memerlukan dua kredensial di header:
| Header | Nilai |
|---|---|
Authorization | Bearer <jwt> — diperoleh dari /auth/token atau /auth/refresh |
Ocp-Apim-Subscription-Key | Kunci langganan API — diperoleh di Akun → Kunci API di aplikasi (paket Pro diperlukan) |
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 |