Assessment Student API

Integrate student assessments quickly, securely, and easily.

Get API Key View Docs
GET /api/students
Host: api.example.com
Authorization: Bearer <API_KEY>

Response:
[
  { "id": 1, "name": "John Doe", "school": "SMP 1" },
  { "id": 2, "name": "Jane Doe", "school": "SMP 2" }
]
Fast
Secure
RESTful
JSON Response