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
        • API response structure
        • Visualize request responses
        • Create request response examples
        • Create and send cookies
        • Debug 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
  • View and save responses
  • Save examples
  • Manage cookies
  • Debug requests
Send requestsResponse data and cookies

Work with API response data and cookies in Postman

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

Authenticate with Atlassian S2S in Postman

Next

API response structure in Postman

Built with

An API response is the data returned by an API server after it receives a request from a client. You can use Postman to inspect response data, create visualizations, and troubleshoot problems. You can also save responses as examples for reference, and view and manage any associated cookies.

View and save responses

When you send an API request, Postman displays the response from the API server. You can view the response details in the response viewer, including the response code, response body, and headers. You can also use the Postman Visualizer to create rich graphic visualizations of the response data.

Save examples

An example is a request and related response that demonstrates how an API endpoint can be used. You can create an example by saving a response or creating it from scratch. Examples are included in your API documentation, and you can also use them to set up a mock server.

Manage cookies

Websites use cookies to save a user’s session information and personalize page content for that user. You can use Postman’s cookie manager to view cookies for different domains and send cookies with API requests. You can create cookies from scratch, or capture cookies using the Postman proxy or Postman Interceptor.

Debug requests

Postman provides tools to help you debug your API requests and correct any problems. As you create your request, Postman highlights any invalid characters. After you send your request, you can check the Postman Console to view and troubleshoot any errors.