Get Started with API testing

This is how you interact with APIs, test their responses, and debug issues.

#

How to Open a New Request

  1. Click the + sign next to the existing tabs at the top of the interface.

  2. A new untitled request tab will open, showing the request editor interface, where you can configure and send your API request.

Copy of Copy of Untitled Design (9).png


#

Understanding the Request Editor Interface

Once you open a new request, you’ll see several key sections:

  • Request Type & URL: At the top, you can select the HTTP method (GET, POST, PUT, DELETE, etc.) and enter the API URL you want to test.

  • Params, Authorization, Headers, Body, Script, Cookies – Configure request details efficiently.