API Documentation

ClassAddmin API

Build powerful integrations with our RESTful API. Access student data, manage fees, track attendance, and more.

API Reference

Overview

The ClassAddmin API is organized around REST. Our API uses standard HTTP response codes, authentication, and verbs.

Example
// Base URL
https://api.classaddmin.com/v1

// Health Check (no auth required)
GET /v1/health
Response: { "status": "ok", "version": "v1" }

// All other requests require your API key
// in the Authorization header

Base URL

https://api.classaddmin.com/v1

Rate Limits

Rate limits are based on your subscription plan:

  • Basic: 100 requests/minute
  • Professional: 500 requests/minute
  • Enterprise: 2,000 requests/minute

Rate limit headers (X-RateLimit-*) are included in all responses to help you track usage.

Versioning

The current API version is v1. We will communicate any breaking changes well in advance.

Need help with your integration?

Our developer support team is here to help you build powerful integrations.

Contact Developer Support