Skip to main content
GET
/
ap-readiness
/
enrollment-check
Check missing enrollments for AP readiness courses
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.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

studentId
string
required
Minimum string length: 1
courseIds
string
required

Comma-separated list of course IDs to check enrollment for

Minimum string length: 1

Response

Missing enrollments returned

missingEnrollments
object[]
required