Trying out an API
Learn how to try out an API by sending requests and exploring responses with IBM API Studio.
About this task
Exploring an API before using it in your application helps you understand how its endpoints behave and what kind of data it returns. The Tryout feature lets you test API endpoints directly within the IBM API Studio, without relying on external tools. By trying out an API, you validate request structures, review response formats, and confirm that the API behaves as expected.
You can access the Tryout button from the top-right corner or from the Paths and Operations section in the API. When you activate it, the platform automatically pre-populates request details based on the selected API or endpoint. You can test one HTTP method and one endpoint at a time to keep validation focused.
The Tryout panel shows the entire request and response cycle. It displays the HTTP method, URL, parameters, and request body, and it also shows the response, including headers, cookies, and body content. You configure authorization directly within the panel to securely test protected endpoints.