Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.7 KB

postman.md

File metadata and controls

28 lines (24 loc) · 1.7 KB

🌐 CIRCUIT ON

📚 Using Postman for API calls

  1. Using Postman, go to the menu Files > Import and import the file NestJS API - CIRCUIT ON.postman_collection.json, available on this folder
    • After importing, you should be able to see the API Collection on the left: Postman API Collection
  2. On the top right, click on the environment button, click on Add and include on the list the required environments. Enter the values and Save.
  3. On the left, double-click on NestJS API - CIRCUIT ON and go to the Authorization tab Authorization
  4. At the end of the Authorization tab, click on Get New Access Token Getting a new access token
  5. The browser will automatically open. Login using your credentials
  6. Click on Proceed Token success message
  7. Click on Use Token Using new token
  8. Now you can use the API requests

📝 Docs and external resources: