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
          • Blocks reference
            • Trigger blocks overview
            • Output
            • Request
            • Response
            • Schedule
            • Start
            • MCP
        • Deployed flows overview
        • Connector blocks 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
  • Outputs
  • Supported request formats
  • Setup
Postman FlowsFlows referenceBlocksTrigger

The Request block

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

The Output block

Next

The Response block

Built with

The Request block is one type of trigger block required to create a deployable flow that runs in the Postman cloud. The Request block takes request data sent to a flow’s URL and routes the data through its Headers, Params, and Body output ports. The only way to add a Request block to a flow is to change the Start block’s trigger to Request.

The Request block can’t be deleted.

Prior to a flow being deployed to the cloud, the Request block gets values for headers, parameters, and the request body from scenarios. By running different scenarios, you can test how your flow will behave once it’s running in the cloud. Testing with scenarios is necessary because the flow won’t have a URL until you deploy it to the cloud.

The Request block can ingest input data of up to 5 megabytes if you’re on a paid Postman plan, or 1 megabyte if you’re on the Postman Free plan.

Outputs

  • Headers - Sends the request headers.
  • Params - Sends the request’s query parameters.
  • Body - Sends the request body.

Supported request formats

Flows deployed in the cloud accept requests using any HTTP method supported by Postman. You can pass data to deployed flows in any format Postman supports, including JSON bodies, URL-encoded data, and form data. No specific request headers are required.

Setup

To add a Request block to a flow, click Change trigger on the Start, Schedule, or MCP block and select API icon Request.