API Reference
Build powerful integrations with the MadarisTech API. Access students, attendance, grades, finances, and more programmatically.
Secure Authentication
OAuth 2.0 and API key authentication with granular permissions.
Fast & Reliable
99.9% uptime SLA with global CDN for low-latency responses.
RESTful Design
Clean, predictable endpoints following REST best practices.
Comprehensive Docs
Detailed documentation with examples in multiple languages.
https://api.madaristech.com/v1All API requests require authentication using an API key or OAuth 2.0 token. Include your API key in the Authorization header:
Authorization: Bearer your_api_key_hereGenerate API keys from your Dashboard under Settings > API Keys.
/api/v1/studentsList all students in your institution
/api/v1/studentsCreate a new student record
/api/v1/students/{id}Get a specific student by ID
/api/v1/students/{id}Update a student record
/api/v1/attendanceGet attendance records
/api/v1/attendanceRecord attendance for a class
/api/v1/invoicesList all invoices
/api/v1/paymentsRecord a payment
| Plan | Requests/Hour | Requests/Day |
|---|---|---|
| Starter | 1,000 | 10,000 |
| Professional | 10,000 | 100,000 |
| Enterprise | Unlimited | Unlimited |
Ready to integrate?
Get started with our API today. Full documentation available after login.