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
      • Welcome
        • Overview
        • Download
        • Send a request
        • Write a test
        • Sign up and sign in
        • Create a collection
        • Explore the Postman API Network
        • Next steps
      • Troubleshooting
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 an API request
  • How it works
  • Next steps
Get startedPostman first steps

Send your first API request

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

Get the Postman app

Next

Write your first test

Built with

Postman’s API client enables you to create and send API requests, including HTTP, GraphQL, and gRPC requests. Using Postman, you can send a request to an endpoint, retrieve data from a data source, or test an API’s functionality. You don’t need to enter commands in a terminal or write any code. When you create a new request and click Send, the API response returns directly in Postman.

Send an API request

Make sure you’ve downloaded and installed the Postman desktop app. When you’re ready, open the Postman desktop app and send your first API request.

  1. Click Add icon Add in the workbench to open a new tab.
  2. Enter “postman-echo.com/get” for the request URL.
  3. Click Send.

Postman displays the response data sent from the server in the lower pane.

Sending a request

How it works

In this example, Postman acts as the client application and communicates with an API server. Here’s what happened when you clicked Send:

  1. Postman sent a GET request to the Postman Echo API server located at postman-echo.com.
  2. The API server received the request, processed it, and returned a response to Postman.
  3. Postman received the response and displayed it in the Response pane.

You used Postman to send an API request and got a response from the API server.

Next steps

You’ve sent your first API request, and you’re ready to do more with Postman!

  • Send more requests to the Postman Echo API, a handy tool you can use to test API requests in Postman. To learn more about using the Echo API, see the Postman Echo API documentation.
  • When you’re ready to learn more about building and sending requests in Postman, see Create and send API requests in Postman.
Postman Community.

Need help debugging? Connect with developers

Ask the community