Skip to main content
GET
/
v3
/
course-sections
/
{uuid}
Get a course section
curl --request GET \
  --url https://api.myscalev.com/v3/course-sections/{uuid} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

Response

Success

Raw single-resource success payload for v3.