curl --request GET \
--url https://api.alpha-1edtech.ai/ap-readiness/enrollment-check \
--header 'Authorization: Bearer <token>'{
"missingEnrollments": [
{
"courseId": "<string>",
"courseTitle": "<string>"
}
]
}Returns the subset of requested courses where the student does not have an active enrollment.
curl --request GET \
--url https://api.alpha-1edtech.ai/ap-readiness/enrollment-check \
--header 'Authorization: Bearer <token>'{
"missingEnrollments": [
{
"courseId": "<string>",
"courseTitle": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
1Comma-separated list of course IDs to check enrollment for
1Missing enrollments returned
Show child attributes