Quản lý Key
Tra cứu toàn bộ key đã tạo.
List Keys
GET/api/keys
- 🔒 Auth required
Response 200:
json
{
"success": true,
"message": "Lấy danh sách key thành công.",
"data": [
{
"id": 28871,
"package_id": 352,
"max_uuid": 5,
"devicekey": "dothanh-24D-BE68A7EDCAF18DA6",
"keystatus": 0,
"keytype": 0,
"email": "[email protected]",
"username": "dothanh",
"date": "2026-12-31T16:59:59.000Z",
"datecount": 0,
"message": "0",
"package_name": "Test App",
"uuid_used": 0
}
]
}
Field Descriptions:
| Field | Description |
|---|---|
max_uuid | Giới hạn UUID |
uuid_used | UUID đang dùng |
date | Ngày hết hạn (static key) |
datecount | Thời gian còn lại giờ (dynamic key) |
keystatus | Trạng thái key |
keytype | 0 = static, 1 = dynamic/gen |
keystatus Values:
| Value | Status | Description |
|---|---|---|
| 0 | Active | Hoạt động |
| 1 | Active | Hoạt động (static) |
| 2 | Warning | Cảnh báo |
| 3 | Locked | Đã khóa |
keytype Values:
| Value | Type | Expiry |
|---|---|---|
| 0 | Static | Dùng date |
| 1 | Dynamic | Dùng datecount |
---
© 2026 CTDOAPIKEY Documentation