
Select the Body tab, then select row, and enter the parameters you need to submit in the edit box:Ĭlick Send to submit the request, and then view the result of the request below, and you can view it in three ways: Pretty, Raw, and Preview. (For example, the submitted data in json format needs to be added: Content-Type: application/x-www-form-urlencoded, otherwise the request will fail) As shown in the figure: This is very important and must be filled in correctly. Web SDK gallery view In the Chrome and Edge browsers (chromium browsers). After opening the, enter the address of the interface to be tested in the red circle, select the post method, and then click below Manually add a corresponding key value to the Headers. Testing Zoom APIs with Postman To get started using Postman with Zooms APIs. After opening postman in the application in the chrome browser, we will see the following interface:Ģ. The user can write when sending HTTP data Add a certain amount of parameter information to the relevant test data to make the test data more accurate, and Postman will perfectly support all of this.ġ. The user only needs to start the Postman plug-in when debugging the website to perform a few simple configurations to modify the basic information of the website and send various types of HTTP to the website. When you open it again, you can directly use the shortcut or open it in the application in the Chrome browser. This post was written by Kevin Farmer, a Developer in Residence for one of DigitalCrafts' full-stack web development bootcamps. Free and paid versions are available for Mac, Windows, Linux, and also as a Chrome app. How to use Postman plugin? After installing the postman plug-in in Chrome, a Postman shortcut is usually generated on the desktop. Postman can run PUT, PATCH, DELETE, and various other request methods as well, and also has utilities to help with developing APIs.
