You can use the Postman Echo service to test requests in Postman. The Echo service returns a JSON response that includes all details from the request you sent, including any data items you included.
Many Postman learning resources, including the Postman docs, use the Echo service. This is because it provides a quick way to send a request without worrying about authentication or request configuration. If you want to learn how to do something in Postman without connecting to a "real" API, you can use the Echo service.
The Echo API includes endpoints to test different request methods, parameters, authentication, and a variety of supporting utilities.
To test the Echo API in a REST request, do the following:
The Echo API will return a JSON object that has details from the request.
You can also use the Postman echo service with protocols other than REST:
To continue working with the Echo service:
Last modified: 2025/01/17
Additional resources
Blog posts