DESIGN
BUILD
TEST
OBSERVE
USE CASES
LEARN
CONNECT
GET SUPPORT
POSTMAN
Learning Center
Learn about how to get started using Postman, and read more in the product docs.
Support Center
Need help? Check out our FAQ, documentation or submit a request.
Blog
The Postman blog is your hub for API resources, news, and community. Learn about the Postman API Platform and much more.
Today, I’m excited to share that Postman has acquired Fern, a developer experience company focused on helping businesses ship polished API documentation…
This year, we shipped features that close workflow gaps across the entire API lifecycle. We focused on improving how teams collaborate, making…
Today I’m excited to announce that Postman has acquired liblab, the leading tool for developers to automate the generation of Software Development…
This month, we’re highlighting features that close gaps across the API lifecycle. We’re sharing solutions that help you: Keep specs and collections…
API Rate Limiting: Quick Reference Question Answer What happens when limits are exceeded? The API returns a 429 Too Many Requests status,…
502 Bad Gateway: You’re testing your API, everything looks fine, and then suddenly you hit a 502 Bad Gateway error. Unlike a…
Quick reference Question Answer When should I use JSON Schema? Use JSON Schema to validate API requests and responses, enforce consistency across…
Quick reference: How do Websockets work? Question Answer What is a WebSocket? A protocol that provides full-duplex communication over a single TCP…
Quick answer Bearer tokens authenticate API requests by granting access to whoever possesses the token, passed in the Authorization header as Authorization:…