Version: 1.0.0
todo.ac API
TodoMate の RESTful API — GitHub ストレージでタスク、ゴール、ビジョンを管理します。
認証
すべてのリクエストにはヘッダーで2つの認証情報が必要です:
| ヘッダー | 値 |
|---|---|
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 |