Hello,
We'd like to use an API to pull information about available quizzes, for the purposes of an administrator being able to set up tool configuration for existing quizzes. I see that this API exists:
/d2l/api/le/(version)/(orgUnitId)/quizzes/(quizId)
However, the only client-credentials flow I see available is for LTI Advantage. The user-based authentication doesn't make sense to me since don't care about the context of a student in this scenario. Is there an appropriate service-to-service authentication mechanism that I'm missing?
Thanks!