Need help to integrate OpenEdx api

I want to integrate all the courses available on the edx website into my website. However I have tried open source api of Edx but to use that I require client id and access token.So I need help in that

Hey Vivek,
I am not sure if this is the right channel for this topic.
We’re also implementing the APIs in our product.
To call the APIs, you can go to the admin section (/admin, not studio) and add an application in OAuth, get client id and Client secret, using them, call the login api, get the token and then call course related APIs using login credentials.

Below are the links that have the exact information, you need to know to get the data you want to show on your website

https://docs.openedx.org/projects/edx-platform/en/latest/how-tos/use_the_api.html

https://course-catalog-api-guide.readthedocs.io/en/latest/intro_edx_apis.html

https://courses.edx.org/api-docs/

1 Like