Developers
Build on the Devryon platform
A clean REST API with OAuth 2.0, webhooks for realtime events, and a free sandbox tenant so you can prototype before contacting us.
OAuth 2.0
Authorization Code + PKCE, refresh tokens, and per-school scopes.
Webhooks
Realtime events for admissions, fee payments, attendance, and exams — signed with HMAC SHA-256.
Rate limits
1000 req/min baseline. Sandbox is 100 req/min. Contact us for higher limits.
Core endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/students | List students with pagination, filters by class/section. |
| GET | /v1/students/{id} | Retrieve a single student profile with guardians. |
| POST | /v1/attendance | Bulk-mark attendance for a class-section on a date. |
| GET | /v1/fees/invoices | List fee invoices, filterable by status and term. |
| POST | /v1/fees/payments | Record an offline payment against an invoice. |
| GET | /v1/staff | List staff with roles, departments, and contact info. |
Ready to build? Email developers [at] devryon.com for a sandbox tenant and OpenAPI spec.