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

MethodEndpointDescription
GET/v1/studentsList students with pagination, filters by class/section.
GET/v1/students/{id}Retrieve a single student profile with guardians.
POST/v1/attendanceBulk-mark attendance for a class-section on a date.
GET/v1/fees/invoicesList fee invoices, filterable by status and term.
POST/v1/fees/paymentsRecord an offline payment against an invoice.
GET/v1/staffList staff with roles, departments, and contact info.

Ready to build? Email developers [at] devryon.com for a sandbox tenant and OpenAPI spec.