Easily access your billing data with the Postman API

The new Billing endpoints on the Postman API make it easy to retrieve information about your Postman account’s billing and invoice details—and…

What is API latency?

API latency is the amount of time it takes for an API to respond to a request. Elevated API latency can negatively…

What is CORS?

CORS, which stands for “Cross-Origin Resource Sharing,” is a security standard that enables servers to indicate the origins from which browsers are…

How Postman enables P&C insurance carriers to improve their API workflows

Integrations are at the heart of every property and casualty (P&C) core system implementation. Insurance carriers need to integrate within their own…

GraphQL vs. REST

GraphQL and REST are two common architectural patterns for building APIs. REST APIs use standard HTTP methods to access resources through dedicated…

What is JWT?

JWT, which stands for JSON Web Token, is an open standard for securely sharing JSON data between parties. The data is encoded…

API design interview questions

According to Postman’s 2023 State of the API report, over 75% of respondents agree that developers at API-first companies are more productive,…

What is YAML?

YAML, which stands for “YAML Ain’t Markup Language” or “Yet Another Markup Language,” is a human and machine-readable data serialization format. It…

What is caching?

This is a guest post written by Allen Helton, ecosystem engineer at Momento. “It’s probably a caching issue.” No matter how long…

Creating an OpenAPI definition from a collection with the Postman API

Postman’s integrated API Builder lets you design your APIs with an API definition. But even with the help of the API Builder,…

What is JSON Schema?

JSON Schema is a declarative language that provides a standardized way to describe and validate JSON data. It describes the content, structure,…

Manage your Postman Collection’s items with the Postman API

You already know that you can create Postman Collections for your organization to create groups of saved requests to use for designing,…