Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

9.  Paste the copied token (previous step) in the Value field, and then click the Authorize button, followed by clicking the Done button.
   

To Create a New User



10.  Click on POST /signUp button, 

11.  Click the Try it out button.  The "User info for signUp" fields should show up.  
     ​

12.  Click the Edit button.  The field should now become editable.  

13.  Fill out the requested fields, ie: first name, last name, email, password.  

14.  Click the blue Execute button.  

15.  If successful, you should receive an HTTP 200 response back with JSON data.  If there was a form error, you should receive an HTTP 4XX response back with an appropriate error message.  

...