Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 748 Bytes

Steps-to-test-api.md

File metadata and controls

11 lines (10 loc) · 748 Bytes

Steps to test the API functionality.

  1. First register yourself at Signup API with unique userName and strong password as per password policy mentioned above in README.MD.
  2. Any unauthenticated access of API will give 401: Unauthorized error. So you first authenticate yourself.
  3. Login/Authorize yourself by entering newly created username and password in Authorize button on a top right corner of swagger UI. Refer to the screenshot below: img.png Enter your username and password in the text box provided and click on Authorize button, as shown in below screen. img_1.png
  4. Now Apis are ready to use.