Skip to main content
GET
/
api
/
v1
/
school
/
pass-marks
/
current
Get current pass marks
curl --request GET \
  --url https://api.example.com/api/v1/school/pass-marks/current/ \
  --header 'Authorization: Bearer <token>'
{
  "found": true,
  "data": {
    "id": "uuid-123",
    "o_level": 50,
    "a_level": 50,
    "created_at": "2025-10-10T10:00:00Z",
    "updated_at": "2025-10-10T10:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

{key}
any