- Introduction
- Installing and updating
- Navigating Postman
- Sending your first request
- Managing your account
- Syncing your work
- Discovering templates
- Creating your first collection
- Creating a workspace
- Setting up your Postman app
- Importing and exporting data
- Troubleshooting app issues
- Building requests
- Authorizing requests
- Receiving responses
- Grouping requests in collections
- Using variables
- Managing environments
- Visualizing responses
- Specifying examples
- Using cookies
- Working with certificates
- Generating client code
- Troubleshooting requests
- Using the Collection Runner
- Scheduling runs with monitors
- Building request workflows
- Importing data files
- Working with your team
- Defining roles
- Requesting access
- Sharing your work
- Your Private API Network
- Commenting on collections
- Versioning APIs
- Using version control
- Using the API Builder
- Managing and sharing APIs
- Validating APIs
- Monitoring your APIs
- Setting up a monitor
- Viewing monitor results
- Monitoring APIs and websites
- Set up integrations to receive alerts
- Running Postman monitors using static IPs
- Troubleshooting monitors
- Monitoring FAQs
- Analyzing with reports
- Documenting your API
- Authoring your docs
- Publishing your docs
- Viewing documentation
- Using custom domains
- Publishing templates
- Publishing to the API Network
- Submission guidelines
- Managing your team
- Purchasing Postman
- Billing
- Configuring team settings
- Utilizing audit logs
- Onboarding checklist
- Migrating data between teams
- Intro to SSO
- Configuring SSO for a team
- Logging in to an SSO team
- Microsoft AD FS
- Custom SAML in Azure AD
- Custom SAML in Duo
- Custom SAML in GSuite
- Custom SAML in Okta
- Custom SAML in Onelogin
- Custom SAML in Ping Identity
- Migrating to the current version of Postman
Developing with Postman utilities
You can use a variety of Postman developer resources in your projects, including APIs and libraries. You can use and contribute to Postman's open source projects on GitHub.
Check out the pages in this section for an intro to developer resources that allow you to engage with the Postman community and integrate Postman into your workflow.
-
- Make requests to access your Postman data.
-
- Use the Echo API to learn and experiment with Postman.
-
- The Collections SDK is a JavaScript module for working with Postman collections.
-
- The Runtime library powers Postman request sending functionality.
-
- Postman uses the code generators SDK to create client snippets from your requests.
-
- The converters allow you to transform OpenAPI, Swagger, RAML, and GraphQL specs to Postman collection format.
You can use the Postman CLI Newman in conjunction with other utilities to build collection runs into your development pipeline. Newman is also an open source project that you can use and contribute to.