Sending and debugging binary data in Postman requests

Avatar

Postman has come a long way to becoming the comprehensive platform that allows developers to test and build APIs of different frameworks…

Home automation with MQTT

Avatar

Home Assistant is a popular open source home automation platform that provides a unified interface to control and monitor different smart devices….

API design interview questions

Avatar

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

Run collections in the Postman VS Code extension

The Postman VS Code extension serves as a developer’s indispensable ally, seamlessly integrating the robust capabilities of the Postman API Platform directly…

gRPC vs. REST

Avatar

An API is a set of rules and protocols that enable different software components to interact and exchange data. APIs are essential…

Introducing Atlassian’s ASAP authentication in Postman

Giridhar

In the ever-evolving landscape of API development and testing, Postman aims to consistently ensure you have the right set of tools for…

What is gRPC?

Avatar

gRPC is a schema-driven framework that facilitates service-to-service communication in distributed environments. It is a language-agnostic implementation of the RPC (Remote Procedure…

Manage element tags programmatically with the Postman API

Postman Enterprise users can now add tags to collections, workspaces, and APIs. Tags help improve organization, collaboration, documentation, discoverability, and productivity. You…

What is YAML?

Avatar

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

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,…

Examining use cases for asynchronous APIs: webhooks and WebSockets

Avatar

In an age where digital immediacy and real-time feedback dominate user expectations, asynchronous APIs stand out as a beacon for enhanced interactivity…

What is JSON Schema?

Avatar

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