Introduction to StepX
Welcome to the StepX Documentation Portal — your guide to integrating and operating the StepX platform.
About StepX
StepX is a centralized management system designed specifically for English centers and language training organizations.
It helps streamline operations such as student management, class scheduling, teacher assignments, and performance tracking — all within a unified platform.
- 🌐 Landing Page: https://stepx.vn
- 🏢 Customer Production Domain:
[customer].stepx.vn - 📘 Documentation: https://docs.stepx.io.vn
System Overview
StepX consists of two main components:
- Portal (Front-end): The main interface used by center managers, teachers, and staff.
- Server (API): The backend service providing data and business logic for the portal.
This documentation provides guidance on how to integrate the front-end portal with the backend server via RESTful APIs.
API Environments
-
Development API: https://api-dev.stepx.io.vn
Use this environment for testing and development. -
Production API: https://api.stepx.io.vn
Use this for live, customer-facing operations.
Purpose of This Documentation
This guide is intended for developers and integrators who want to connect the StepX portal with the StepX API services.
It includes information on authentication, endpoints, error handling, and best practices for maintaining reliable communication between the front-end and backend systems.