For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Postman Echo service
        • Postman Collection SDK
        • Postman Runtime library
        • Postman code generator
        • API format conversion
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Using the Echo API
  • Echo for other protocols
  • Next steps
ReferenceDeveloper resources

Test requests in Postman using the Echo API

||View as Markdown|
Was this page helpful?
Previous

Postman developer resources

Next

Create and manage collections using the Collection SDK

Built with

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.

Using the Echo API

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:

  1. Open a new request in Postman and enter https://postman-echo.com/get in the URL box.
  2. Select the GET method, then click Send.

The Echo API will return a JSON object that has details from the request.

Postman Echo response

Echo for other protocols

You can also use the Postman echo service with protocols other than REST:

  • GraphQL - graphql.postman-echo.com/graphql
  • gRPC - grpc.postman-echo.com
  • WebSocket - wss://ws.postman-echo.com/raw
  • SocketIO - wss://ws.postman-echo.com/socketio
  • MCP - https://postman-echo-mcp.fly.dev/

Next steps

To continue working with the Echo service:

  • View the full documentation for the Echo service at https://postman-echo.com/ to learn more about advanced Echo service features.
  • You can fork the Echo collection to use pre-built requests to the API. You can also edit the requests in the forked collection to suit your needs.