Test Requests widget on API Reference pages gone?

Description
The test requests widget previously at the bottom of API Reference pages seems to be missing.

Error
No test requests widget at the bottom of API Reference pages.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
Just a few examples:

  • GET /users
  • POST /users
  • GET /groups

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Navigate to https://zoom.us in Microsoft Edge
  2. Click SIGN IN
  3. Enter Email Address
  4. Enter Password
  5. Uncheck Stay signed in
  6. Click Sign In
  7. Click SOLUTIONS
  8. Click Developer Platform
  9. Click SOLUTIONS
  10. Click APIs
  11. Notice the text says “Within our API reference pages, you can send test requests and view responses.” (I’ve also seen and used the test requests in the past.)
  12. On the left sidebar, scroll down and select Users
  13. Select List users
  14. Scroll through the page
  15. Notice GET /users header, Authorization, Request Parameters, and Responses sections, but no test requests functionality.
  16. Repeat these steps, this time in Google Chrome

Hi @charlene.wright,

Thanks for raising this.

In one of our Spring updates of our documentation, our team removed the “Send a Test Request” embedded Postman tool from our site. As the full Postman tool offers a more robust set of capabilities, we found it best to direct all API testing to the Postman app itself, rather than the abbreviated tool that was embedded in our docs.

If you don’t already have Postman, you can download it here:

*Note that you can prepend https://api.zoom.us/v2/ to most of the path URLs in the documentation to come up with the URL to use in Postman.

Thanks,
Will