REST APIs¶
School ERP exposes REST APIs for integrations (SIS sync, payments, custom portals).
Base URL¶
https://{tenant}.schoolerp.app/api/v1
Authentication¶
Use an API token issued under Administration → Developer → API keys.
Authorization: Bearer <api_token>
Common endpoints¶
| Method | Path | Description |
|---|---|---|
| GET | /students |
List students |
| GET | /students/{admission_no} |
Student detail |
| POST | /fees/payments |
Record a payment |
| GET | /attendance |
Attendance by date/class |
Full reference
OpenAPI docs are available at /api/v1/docs on your tenant when developer mode is enabled.