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
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
  • Send requests
  • Postman Vault
  • Capture API traffic
Use Postman

Use Postman

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

Troubleshoot issues with the Postman app

Next

Send API requests and get response data in Postman

Built with

Postman provides a set of tools for sending API requests, managing sensitive data, and capturing live traffic for inspection and debugging. This section covers the core workflows for working with APIs in Postman.

Send requests

The Postman request builder lets you construct and send HTTP requests to any API endpoint, inspect the response, and iterate quickly during development or testing. You can add parameters, headers, body data, and authentication to your requests, and organize them into collections for reuse. Postman also includes dedicated clients for protocols beyond HTTP, including GraphQL, gRPC, WebSocket, MQTT, and more.

To learn more, see Send API requests and get response data in Postman.

Postman Vault

Postman Vault gives you a secure place to store sensitive values such as API keys and passwords as vault secrets. Secrets stored in your local vault stay on your machine and are never synced to Postman’s servers. You can also connect Postman Vault to external secret managers to reference managed secrets without storing them in Postman directly.

To learn more, see Store secrets in Postman Vault.

Capture API traffic

Postman can act as a proxy or use the Postman Interceptor browser extension to intercept HTTP and HTTPS traffic between a client and a server. Capturing traffic lets you record real requests as they happen, save them to a collection, and inspect or replay them for debugging. You can also use the proxy or Interceptor to capture and sync cookies to the Postman cookie jar.

To learn more, see Capture HTTP traffic and sync cookies in Postman.