API REST¶
A OODA Intelligence oferece uma API RESTful completa com mais de 50 endpoints, cobrindo todos os 15 modulos da plataforma.
Visao Geral¶
| Caracteristica | Detalhe |
|---|---|
| Base URL | https://dashboard.oodaintel.com/api/v1/ |
| Autenticacao | JWT Bearer Token |
| Formato | JSON |
| Rate Limiting | Conforme plano (100-2.000 req/min) |
| Documentacao Interativa | Swagger UI em /api/docs/ |
| Documentacao Alternativa | ReDoc em /api/redoc/ |
Endpoints Principais¶
POST /api/v1/auth/token/ # Obter JWT token
POST /api/v1/auth/token/refresh/ # Renovar token
GET /api/v1/monitoring/ # Listar monitors
POST /api/v1/monitoring/ # Criar monitor
GET /api/v1/monitoring/{uuid}/ # Detalhe do monitor
GET /api/v1/leaks/ # Buscar vazamentos
GET /api/v1/leaks/search/ # Busca avancada
GET /api/v1/incidents/ # Listar incidentes
POST /api/v1/incidents/ # Criar incidente
GET /api/v1/threatintel/ # Threat Intelligence
GET /api/v1/search/ # Search Intelligence
GET /api/v1/reports/ # Intelligence Reports
GET /api/v1/tokens/ # Honey Tokens
GET /api/v1/tracking/ # Tracking Tokens
GET /api/v1/urls/ # URL Analysis
GET /api/v1/collection/ # Collection
GET /api/v1/audit/ # Audit logs
Secoes¶
- Autenticacao - Como obter e usar tokens JWT
- Endpoints - Documentacao detalhada de cada endpoint