Mã lỗi hệ thống

Giải thích các mã lỗi HTTP và JSON.

Error Responses

Tất cả API trả về lỗi theo format:

json
{
  "success": false,
  "message": "Mô tả lỗi"
}

Common Error Codes:

HTTPMessageDescription
400Bad RequestThiếu hoặc sai tham số
401UnauthorizedToken không hợp lệ
403ForbiddenKhông có quyền
404Not FoundResource không tồn tại
500Internal Server ErrorLỗi server

---

© 2026 CTDOAPIKEY Documentation