API Reference
Base URL
https://api.edupulse.in/v1
Authentication
All API requests require a JWT token in the Authorization header:
Authorization: Bearer <token>
Endpoints
| Module | Endpoints |
|---|---|
| Auth | /auth/login, /auth/logout, /auth/refresh |
| Tenants | /tenants/* |
| Students | /students/* |
| Staff | /staff/* |
| Fees | /fees/* |
Response Format
{
"success": true,
"data": {},
"meta": {
"page": 1,
"limit": 20,
"total": 100
}
}