Viewing 245 Results for Tutorials
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?
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
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?
JSON Schema is a declarative language that provides a standardized way to describe and validate JSON data. It describes the content, structure,…
What is XML?
XML, which stands for “Extensible Markup Language,” is a data exchange format that is readable by both humans and machines. XML uses…
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,…
What is PKCE?
PKCE, which stands for “Proof of Key Code Exchange” and is pronounced “pixy,” is an extension of the OAuth 2.0 protocol that…
The ultimate guide to setting up team workspaces
In the world of API development, collaboration is key. With multiple moving pieces and stakeholders, organization, transparency, and communication are vital to…
What is OpenID Connect?
OpenID Connect (OIDC) is an authentication protocol that adds an identity layer on top of OAuth 2.0. It helps securely authenticate users…
What is JSON?
JSON, which stands for “JavaScript Object Notation,” is a lightweight, text-based data exchange format that both humans and machines can write and…
Manage your Postman environments with the Postman API
A Postman environment is a set of variables that you can reuse in your requests and share with your team. You can…