The Executive
Elara Sterling
Aether Gear
Menu Aplikasi
💡 Tips
Pilih menu di atas untuk mengatur konten yang akan tampil di aplikasi user.
API Otomatis Tersedia
GET https://admin-panel.cleanly.biz.id/api/org/2/products
GET https://admin-panel.cleanly.biz.id/api/org/2/categories
Konten produk dan kategori di bawah otomatis tersaji melalui endpoint di atas.
Inventory Management
Kelola stok dan detail katalog produk anda
| Info Produk | SKU & Kategori | Harga | Status | Aksi |
|---|---|---|---|---|
|
package_2
Aether X1 Drone AE-X1-004 |
Robotics | Rp 1.299 | ACTIVE |
|
|
package_2
Thermal Scanner S4 AE-TH-442 |
Optics | Rp 450 | ACTIVE |
|
|
package_2
Signal Jammer Pro AE-SJ-PRO |
Security | Rp 890 | LOW STOCK |
|
|
package_2
Drone Aether X1 DR-9923 |
Electronics | Rp 2.500.000 | ACTIVE |
|
Master Data Kategori
Atur kategori yang tersedia untuk katalog produk
Kategori Master masih kosong.
API Endpoints
Kelola endpoint API yang disediakan untuk aplikasi user organisasi ini.
Format Response Standar
Single Resource
{
"status": true,
"code": 200,
"message": "OK",
"data": { /* object */ }
}
List + Pagination
{
"status": true,
"code": 200,
"data": [ /* array */ ],
"pagination": {
"current_page": 1,
"per_page": 10,
"total": 25,
"total_pages": 3
}
}
Parameter pagination: ?page=1&per_page=10
terminal Live Console
Request
Klik "Test" untuk mencoba
Response API akan ditampilkan di sini
Mengeksekusi Request