curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/render-config/{courseId} \
--header 'Authorization: Bearer <token>'{
"courseId": "<string>",
"rendererId": "<string>",
"rendererUrl": "<string>",
"suppressFeedback": true,
"suppressCorrectResponse": true,
"rendererVersion": "<string>"
}Returns the custom renderer configuration for a course, or 404 if none is configured.
curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/render-config/{courseId} \
--header 'Authorization: Bearer <token>'{
"courseId": "<string>",
"rendererId": "<string>",
"rendererUrl": "<string>",
"suppressFeedback": true,
"suppressCorrectResponse": true,
"rendererVersion": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The sourcedId of the course