Hi again,
I call api via jwt rest api, because I see sensei whether it’s a course or a lesson the same as a wordpress blog post, the blog is called smoothly, but when I call the course id. Not called,
We have an endpoint to get a list of courses. Here is an example for localhost (supposing the user accessing them is authorized etc.):
https://localhost/?rest_route=/wp/v2/courses
You will need to use an id
of a course to get the details. For example, I have a course with id=52:
https://localhost/?rest_route=/wp/v2/courses/52
In case you are still having issues please send us some sample codes which you are working with and I can have one of our developers take a look.