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
          • Overview
          • Add certificates
          • Request authorization
          • Public API authorization
          • Authorization types
          • Digest
          • OAuth 1.0
          • OAuth 2.0
          • Hawk
          • AWS Signature
          • NTLM
          • Akamai Edgegrid
          • ASAP (Atlassian)
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.

Use PostmanSend requestsAuthentication and authorization

Authenticate with AWS Signature authentication workflow in Postman

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

Authenticate with Hawk access authentication in Postman

Next

Authenticate with Windows NTLM authentication in Postman

Built with

AWS Signature is the authorization workflow for Amazon Web Services requests. AWS uses a custom HTTP scheme based on a keyed-HMAC (Hash Message Authentication Code) for authentication.

The official AWS Signature documentation provides more detail:

  • Signing and Authenticating REST Requests
  • Invoke REST APIs in API Gateway

To use AWS Signature, do the following:

  1. In the Authorization tab for a request, select AWS Signature from the Auth Type dropdown list.

  2. Select the location where Postman will append your AWS auth details using the Add authorization data to dropdown list. Select Request Headers or Request URL.

    • If you select Request Headers, Postman adds Authorization and X-Amz- prefixed fields in the Headers tab.
    • If you select Request URL, Postman adds the auth details in Params with keys prefixed X-Amz-.
  3. Enter your AccessKey and SecretKey values. For extra security, use your Postman Vault to store sensitive data as vault secrets. Only you can access and use values associated with your vault secrets, and vault secrets aren’t synced to the Postman cloud. If you want to share sensitive data with collaborators, you can store it in an environment as a variable set as sensitive data.

  4. You can optionally set advanced fields in the Advanced configuration section, but Postman generates these automatically if necessary.

The AWS Signature parameters are as follows:

  • AWS Region - The region receiving the request (defaults to us-east-1).
  • Service Name - The service receiving the request.
  • Session Token - Required only when using temporary security credentials.