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
        • Create a WebSocket request
        • Create a Socket.IO request
        • Work with WebSocket messages
        • Listen to Socket.IO events
        • Use variables in WebSocket requests
        • Add details to a WebSocket request
        • Save WebSocket requests
        • Document WebSocket requests
        • Troubleshoot WebSocket requests
      • Webhooks
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
  • Next steps
Send requestsWebSocket

Send WebSocket requests with Postman

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

Read and write gRPC data using the Postman JSON interface

Next

Create a WebSocket Request

Built with

Postman supports the WebSocket protocol. The WebSocket protocol provides a way to exchange data between a client and a server over a persistent connection. The data can be passed in both directions with low latency and overhead, and without breaking the connection.

WebSockets offers a bidirectional, full-duplex communications channel that operates over HTTP through a single TCP socket connection. This means the server can independently send data to the client without the client having to request it, and vice versa.

In Postman, you can create a WebSocket request and use it to send and receive messages across a WebSocket connection. If you haven’t already, download and install the Postman desktop app to get started.

Next steps

To get started with WebSocket, see Create a WebSocket request.