Dành cho nhà phát triển
API Documentation
Tích hợp EnVi GO vào hệ thống của bạn thông qua RESTful API đầy đủ.
Bắt đầu nhanh
Base URL cho tất cả API request:
https://api.envigo.vn/v1
Xác thực bằng Bearer Token trong header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Endpoints
GET
/api/studentsPOST
/api/studentsGET
/api/students/{id}PUT
/api/students/{id}GET
/api/classesPOST
/api/classesGET
/api/paymentsPOST
/api/paymentsGET
/api/attendancePOST
/api/attendance/batchVí dụ response
GET /api/students
{
"data": [
{
"id": "std_01HXYZ",
"fullName": "Nguyễn Văn A",
"email": "nva@minixtech.vn",
"phone": "0335887637",
"status": "active",
"enrolledClasses": 2,
"createdAt": "2026-01-15T08:00:00Z"
}
],
"pagination": {
"page": 1,
"pageSize": 20,
"total": 148
}
}Rate Limits
Starter1.000 req/giờ
Growth10.000 req/giờ
ScaleKhông giới hạn
SDK & Libraries
JavaScript / TypeScriptSắp ra
PythonSắp ra
PHPSắp ra
GoSắp ra