get_nonce
`nonce` can be created by calling `get_nonce` endpoint. If you are registering user or use it in any endpoint where it is required. This method is from JSON API Plugin core controller. You can then use ‘nonce’ value to register user.
Resource URL
http://localhost/api/get_nonce/
Method
POST
Required Parameters
- controller - It will be 'userplus'
- method - name of endpoint. if you are using it for register, method is 'register'
Sample Request URL
http://localhost/api/get_nonce/?controller=userplus&method=register