Hello,
I want to get enrollment related information in a node.js file.
How can I use some APIs that they need authentication from my edx that I installed locally please?
for example /api/user/v1/accounts
1-I should connect to mywebsite/admin/oauth2/client and take client-id and secret , then ?
2-what I put for URL in the form?
3- These client-id and secret are enough to fetch data through the API ?
Thanks :)
Best regards.