curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/test-out/getTestOutEligibility/{studentId}/{subject} \
--header 'Authorization: Bearer <token>'{
"eligible": true,
"reason": "<string>"
}Checks whether a student can self-request an assessment to test out of their current grade level for a given subject.
The endpoint performs the following checks in order:
Returns eligible: true if no prior test-out exists at the target grade.
Returns eligible: false with a reason if the student has no qualifying active enrollment, or has already tested out.
Subject matching is case-insensitive. Supported subjects: Math, Reading, Language, Science, Writing, Vocabulary.
curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/test-out/getTestOutEligibility/{studentId}/{subject} \
--header 'Authorization: Bearer <token>'{
"eligible": true,
"reason": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The OneRoster sourcedId of the student
The subject to check eligibility for