Let’s send our first API request!
postman-echo.com/get
into the URL field. postman-echo.com/get
under the History tab of the sidebar. Let’s map the process with a simple illustration below:
postman-echo.com/get
) in Postman, and hit the Send button.postman-echo.com
is a sample API that Postman hosts for you to experiment with various types of requests. It returns the data that you send in the request as part of its response.
Import this sample collection and refer to documentation for this sample API.