Open edX REST API to register and login a user in postman

I am hitting openEdx REST Api to register and to login a user in postman. I am getting 200 Response even with out any body in the request

Here is the api endpoint: http://local.overhang.io/api/user/v2/account/registration

I am assuming you are doing a GET request to the endpoint.

That is how it is supposed to happen.

That information is used by the Open edX mobile apps registration pages.

No, Actuaully I’m making POST Req. to register a user.

Hi @Rizwan, can you can send the request in CURL?

Hi @Ian2012 Here it is

curl -X POST “http://local.overhang.io/api/user/v2/account/registration/” -H “accept: application/json” -H “X-CSRFToken: efmbIDAORWyGyotml7N3oUIoUvPIg5K8GtDObYSVIiJDTXB1PqHgHTCzZZ5XRmHX” -d “”