Version: 1.0.0
todo.ac API
TodoMate용 RESTful API — GitHub 스토리지로 할 일, 목표, 비전을 관리합니다.
인증
모든 요청에는 헤더에 두 가지 자격 증명이 필요합니다:
| 헤더 | 값 |
|---|---|
Authorization | Bearer <jwt> — /auth/token 또는 /auth/refresh에서 획득 |
Ocp-Apim-Subscription-Key | API 구독 키 — 앱의 계정 → API 키에서 획득 (Pro 플랜 필요) |
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 |