Welcome

The Classroom Manager REST API is a set of endpoints that easily allows teachers and other education professionals to view and manage information about their students.

The Classroom Manager API uses resource-oriented URLs with built-in HTTP authentication, methods, and status codes.

The Classroom Manager API uses this OpenAPI specification.

Classroom Manager Endpoints

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]