Version: 1.0.0
todo.ac API
API RESTful para o TodoMate — gerencie tarefas, metas e visão com armazenamento no GitHub.
Autenticação
Todas as requisições requerem duas credenciais nos cabeçalhos:
| Cabeçalho | Valor |
|---|---|
Authorization | Bearer <jwt> — obtido em /auth/token ou /auth/refresh |
Ocp-Apim-Subscription-Key | Chave de assinatura da API — obtida em Conta → Chaves de API no app (plano Pro necessário) |
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 |