Best practices for API error handling

Error handling is a crucial part of working with APIs. When an API encounters an issue, such as invalid input data or…

How ADVICEment uses Postman tests to poll and trigger multiple API requests

This is a guest post written by Igor Rodionov, founder of ADVICEment. In the dynamic realm of API development, there are instances…

What is API encryption?

API encryption is the process of encoding data that is sent between a client and an API in order to prevent unauthorized…

How to use GraphQL subscriptions

In today’s digital landscape, where user expectations for real-time interactions continue to soar, GraphQL subscriptions provide a crucial link between conventional APIs…

Becoming an e-commerce architect: 12 API integration skills for developers

This is a guest post written by Mike Sedzielewski, co-founder of Voucherify.  “APIs changed their lives!” is a headline I hope to…

Your 2024 guide to mastering API documentation

This is a guest post by Jainam Barbhaya, a passionate frontend developer with a flair for simplifying complex ideas. With APIs being…

How to implement a GraphQL mutation

GraphQL mutations are operations that modify or change data on the server. While GraphQL queries are used to retrieve data, mutations allow…

Understanding async/await in Node.js

Async/await is a native feature available in Node.js that makes it easier to manage tasks that take time, like waiting for a…

What is a GraphQL query?

A GraphQL query is a read operation that is used to request specific data from a GraphQL server. It allows clients to…

How HubSpot uses Postman and GitHub for real-time API updates

This is a guest post written by Hannah Seligson, senior developer advocate, and Rohit Panicker, API tooling engineer at HubSpot. It can…

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…