EndpointsGet Courses Courseid
Endpoints

GET /courses/{courseId}

Fetch detailed information about a specific course including its complete curriculum structure, learning modules, assessment methods, and current enrollment statistics. This endpoint provides comprehensive course metadata essential for learners and administrators.

curl -X GET "https://api.mentor3.ai/v1/courses/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/courses/{courseId}
GET
path
courseIdstring
Required

The unique identifier for the course to retrieve, typically a UUID or alphanumeric string that distinguishes this course from others in the platform.

Request Preview
Response

Response will appear here after sending the request

Path Parameters

courseIdstring
Required

The unique identifier for the course to retrieve, typically a UUID or alphanumeric string that distinguishes this course from others in the platform.

Responses

A detailed course object containing all relevant information including module breakdowns, prerequisites, learning outcomes, and enrollment requirements for successful course completion.

Was this page helpful?
Built with Documentation.AI

Last updated 5 days ago