한국어
CaseBender API 문서
curl -X POST https://api.casebender.com/auth/login \ -H "Content-Type: application/json" \ -d '{"email": "your-email@example.com", "password": "your-password"}'
Authorization
curl -X GET https://api.casebender.com/alerts \ -H "Authorization: Bearer your-jwt-token"
{ "status": "success", "data": { "id": "alert-123", "title": "의심스러운 활동 감지됨", "severity": "high", "status": "open", "created_at": "2023-01-15T08:30:00Z" } }
{ "status": "error", "error": { "code": "not_found", "message": "알림을 찾을 수 없습니다" } }
https://api.casebender.com/v1/alerts