The Postman Drop: December Edition

2024 was one for the books at Postman. We hosted POST/CON 24, our biggest user conference ever, acquired Orbit, published the sixth annual State of the API Report, and most importantly: released tons of new features that help teams collaborate on APIs. That’s why we’re dedicating this edition of the Postman Drop to the greatest hits from 2024, so you have everything you need to keep it 200 through the holiday season and beyond.

Sit back, pour yourself some egg nog, and dive in.

Postman VS Code extension

If you’re thinking, “Didn’t they just talk about this last month?”—you’re absolutely right. But when an extension crosses a million downloads and changes the game like this, we can’t resist giving it an encore.

Postman and VS Code are two of the most popular tools in a developer’s toolkit. But until recently, jumping between VS Code to write code and Postman to test, debug, or document API requests often led to a fragmented workflow. And let’s be real, no one’s got time for that—especially when your calendar is packed with holiday parties and your in-laws are about to be in town.

Enter the Postman VS Code extension, which went GA earlier this year and has already racked up over 1.1 million downloads. This fan-favorite brings Postman Collections, HTTP, WebSocket, and gRPC requests, response debugging, and collaboration features straight into your IDE, eliminating context-switching, saving time, and boosting your happiness.

Learn more about the VS Code extension.

Templates

Bringing an API to life requires thoughtful design, solid code, clear documentation, thorough testing, and a polished demo to showcase all your hard work. It’s important to follow best practices across the entire lifecycle, but you also need to move quickly so that your API sees the light of day sometime this decade. Without the right starting point, it’s easy to feel stuck before you even begin.

Postman’s template library has over 70 free and customizable templates that provide a structured framework to kickstart your API workflows. There are templates tailored to different roles—like backend engineers and quality engineers—and specific use cases such as API prototyping, documenting, testing, and demoing. Give them a try, and your API will be in production while your competitors are still arguing about whether to use REST or GraphQL.

Explore the template library.

Package Library

Reusing code is an essential part of API development, but doing it wrong can cause a major headache. When scripts are copied and pasted across requests, errors can multiply, forcing teams to spend hours looking for the source of the issue. And honestly, we’d rather listen to Jingle Bell Rock on repeat for twenty-four hours than manage and update repetitive code.

But you can put away those earplugs, because the Postman Package Library makes reusing code effortless and error-free. It allows teams to store reusable scripts in packages that can be applied across multiple requests and tests, eliminating redundancy and ensuring consistency. Need to make an update? Change the script in one place, and it’s automatically updated everywhere. No additional maintenance (or annoying Christmas music) required.

Learn more about the Package Library.

Postman Vault

API development often involves juggling sensitive data like API keys, tokens, and credentials. But handling this data is risky. Storing secrets in plain text introduces security vulnerabilities, while relying on ad-hoc processes to share this data with teammates can lead to inconsistencies, bugs, and breaches.

Postman Vault delivers a secure and seamless solution for managing sensitive data. This end-to-end encrypted local storage vault enables teams to safely reuse secrets in collections, environments, and requests, ensuring data stays consistent and protected. Plus, its integration with third-party vaults like Azure Key Vault, HashiCorp Vault, and AWS Secrets Manager means you can leverage your existing secret management solutions without disrupting your workflow in Postman. The crowd went wild for this one at POST/CON—proof that it’s a game-changer for API teams everywhere.

Learn more about Postman Vault.

In-line comments

We’ve said it before and we’ll say it again: collaboration is key to building a high-quality API. That’s why Postman has supported in-line commenting for years. But, until recently, the workflow wasn’t as smooth as it could have been. Users had to interrupt their flow and switch to “comment mode” to leave feedback, which made collaboration feel clunky.

We knew this experience could be better, so we gave it a glow-up earlier this year. Now, commenting is seamless: just click on a specific part of a request, example, or script, use an @ mention, and start the conversation right there. Comments stay tied to the highlighted text, unsaved changes auto-save with your notes, and threaded conversations make it easy to track feedback. Sharing is effortless, too—you can send others a direct link to your comments with a single click, keeping everyone in the loop.

Learn more about in-line comments.

New variables experience

Speaking of big improvements in 2024, let’s talk about variables. Variables have always been a cornerstone of the Postman experience, enabling users to store and reuse data across collections, environments, requests, and scripts. But unresolved or empty variables are major culprits behind failed requests. And before this year, variable-related issues were extremely challenging to debug, as variables are often scattered across requests. It’s no surprise, then, that a fix for this problem was the most requested and discussed feature on Postman’s GitHub.

That’s why we introduced a revamped variables experience that takes the guesswork out. Now, you can view all the variables used in a request in one place, which makes it easy to spot unresolved or empty values. To further cut down on confusion, we only display a variable’s current value, and users can now temporarily assign values to unresolved variables directly in the UI. User feedback was essential in shaping these improvements, which let you identify and fix variable-related issues faster—without falling down any debugging rabbit holes.

Learn more about the new variables experience.

Built-in reporters on the Postman CLI

The Postman CLI empowers teams to run collections directly from the command line, making it an essential tool for automated API testing in CI/CD pipelines. It already sends run results back to Postman, so it’s easy to pivot from problematic executions to the relevant API artifacts. But many of our users had the same improvement on their wish list: the ability to view reports directly in their CI/CD tool, which would let them share and debug results more easily with cross-functional stakeholders.

We teamed up with Santa, and are excited to announce built-in reporters for the Postman CLI. Now, users can see run reports directly in the CI/CD pipeline where their collections are executed. These reports include a detailed test metrics summary, highlighting the number of iterations, requests, scripts, tests (failed and skipped), assertions, and errors. By providing this information right in the CI/CD pipeline, users can quickly identify which request or test failed and why—streamlining collaboration, reducing friction, and accelerating debugging. And for those who still prefer to view results in Postman, all reports are sent back there, too—just a click away.

Learn more about the Postman CLI.

Workspace updates

Tracking and communicating changes is an essential part of API versioning, but it can often feel like a game of telephone—one where a missed message can lead to broken software. Without a centralized place to document updates, teams are left relying on email threads, chat messages, or scattered notes to stay aligned. This lack of clarity can derail collaboration, erode trust, and even kill the vibe at your company holiday party.

The workspace updates feed keeps the good times rolling by making it easy to communicate about API changes. When someone posts an update, everyone who is watching the workspace gets notified. It’s an essential tool for maintaining clarity and avoiding downtime, whether you’re working on a private API or a public one. For example, the thousands of producers sharing their public APIs on Postman’s API Network can use the workspace updates feed to keep their external consumers in the loop, which helps boost adoption, increase retention, and improve the developer experience.

Learn more about workspace updates.

Guided Auth for public APIs

API authentication is tricky for everyone. If someone tells you otherwise, they’re lying. And it’s especially tricky for public APIs, where consumers and producers don’t work at the same organization and can’t simply ping each other for help. Public API consumers often have to wade through confusing documentation and manually configure authentication credentials, which can delay their first successful request. Meanwhile, public API producers face their own challenge: striking the right balance between enabling quick and seamless authentication for new users and maintaining a strong security posture.

No matter which side you’re on, Guided Auth is here to help. This feature simplifies authentication for API consumers by offering clear, step-by-step instructions for getting authorized with some of the world’s most popular public APIs, including Stripe, Instagram, Notion, and Slack. And for API producers, Guided Auth provides a way to deliver a smooth onboarding experience for new consumers without any security trade-offs.

Learn more about Guided Auth.

The Postman API Network

We’ve dropped a few (ginger) breadcrumbs about public APIs, and they’ve all been leading here—to the world’s largest public API hub. The Postman API Network enables API publishers to distribute their APIs on a global scale, while making it easier for consumers to find the perfect public API for their use case. It is home to over 100,000 public APIs from more than 18,000 companies, and lots of amazing teams joined in 2024.

One of the newest members of the Postman API Network is AWS Partners, whose public APIs enable teams that sell or resell in the AWS Marketplace to automate their workflows. AWS Marketplace is a digital store where teams can find, buy, deploy, and manage third-party services on AWS. The AWS Partners collections streamline this process, making it even easier to build custom applications, integrate AWS workflows with existing systems, and streamline selling motions in the AWS Marketplace. The team has included step-by-step instructions, examples, environments, and authorization details, so you have everything you need to get started.

Check out AWS Partners on the Postman API Network.

That’s a wrap!

And there you have it—the greatest Postman features of 2024! We’re so grateful to have you in our community and we can’t wait to unveil even more exciting features in the new year. In fact, the next edition of the Drop will be dedicated exclusively to one that’s big, brand-new, and ready to wow. Keep those eyes peeled.

Several of the features we highlighted in this post were shaped by user feedback. So, if you’ve got thoughts or questions, please leave a comment! Our Product team is excited to connect with you, and you never know—you might just help steer the product roadmap.

Keep it 200,
The Postman Team

14 Likes

What a transformative year for Postman. The amount of UX improvements, quick starts, and collaboration tools genuinely show a dedication to the customer.

There’s so many great things from this year but I’m specifically excited about two of them:

  • Reusable code snippets in the package library
  • Consolidated variables view

My excitement for these comes from my years of usage and rage quits when I had to go update something in 45 different places or lost the contents of a variable because I couldn’t identify the scope it was in. It’s wonderful to see the team pick up on pain points and actually do something about them!

Thank you for listening to the community and for a great year! I can’t wait to see what’s in store for 2025 :star_struck:

9 Likes

Windows ARM64 release please. A vote for a ARM64 build is added every several days.

I am excited about these updates! However, I have a question regarding the workspace updates feature: why isn’t there a menu bar at the top of the editor providing authors with all the usual text formatting capabilities?
Whenever providing updates or any changelog, having those simple text capabilities is essential for formatting, linking, etc.

3 Likes

I’ve been sharing posts about the Postman VS Code Extension for a couple of months now because I absolutely love it - and the updates in the December Drop just keep making it better! :rocket:

Huge shoutout to the Postman team for hosting such a fantastic Post/con conference. I’m so glad I was part of it - great sessions, amazing insights, and an awesome community.

The improved auth workflows (OAuth, API keys, Bearer tokens) have made API testing right inside VS Code such a smooth experience.

If you’re using these updates with your .NET projects, let me know how it’s going for you - I’d love to share tips and ideas!

5 Likes

Hi Hannah! I’m Tomisin, working on the Workspace Update feature for public workspaces. Thanks for bringing this up, you’re right that this would be a great addition to the updates feature.

We are working on some improvements, and your insights would be invaluable. I’d love it if you were available to jump on a session to discuss your use case and share any other feedback you might have. How does that sound?

3 Likes

Definitely Postman is on the right track and this year’s accomplishments are a testament to Gartner naming Postman a visionary in the API Management world. :rocket: :medal_military:
I can definitely attest how Guided Auth made authenticating with our APIs such a breeze.
A couple of nice to haves I personally recommend for VSCode extension:

  • Allow native integration with VSCode editor. That way developers can leverage built-in linting tools and/or AI Tooling support such as GitHub Copilot and perhaps PostBot if an extension is available for it.
  • Add the API Builder and API Governance Editors. Native integration with VSCode editor and tooling will take such Postman features to another level.
1 Like

Hi @hey-tomii :wave: Absolutely! I think we’re connected on LinkedIn! I’m happy to share how we’re leveraging updates and provide any other feedback.

1 Like

Hey @jgershgorin , thanks for the note.

Hold tight! Windows ARM support is something we’re exploring right now and I hope to be able to share more soon.

4 Likes

Hey @houssem-gharssallah I’m Pankaj, part of the VS Code extension team. Thanks for these suggestions. I’d love to get more insights into your use case. It would be great if we jump on a call to discuss it more.

2 Likes

Happy to hear! I just reached out to you :grinning:

1 Like

Hey @pankajk07, thank you for the prompt reply.
I’d would definitely enjoy sharing our use case with you on a call.
Would you mind sharing your calendar and I’ll schedule a call for us?
Thank you!

1 Like

I have been a long time user of Postman and have been a huge fan of the Newman nodejs library to execute Postman collections. When I heard about the Postman CLI I was skeptical of it becoming a new favorite compared to Newman as you lost some of the customization capabilities however, with this drop I am excited to see that one of the core capabilities (custom reporters) has finally made it to the Postman CLI tool.

The presents just kept coming in this December drop with the addition of the Package Library. I can’t tell you all the ways that we accomplished before the library (and many of them were very hacky) but now we can do it without all the added complexity of our previous solutions. I look forward to transitioning our reusable code into this library to make it even easier to utilize Postman in the API Developer experience.

A job well done and very excited to see whats next for Postman!

4 Likes

@buchananr2 Thank you so much for your feedback!
I work as a Product Manager at Postman and am so excited to hear that you like the recent updates on Postman CLI.
I would love to talk with you over the call and learn more about your experience. What are your biggest challenges, and how can we help you?
If you are interested, please schedule some time with me here. Alternatively, you can drop me an email on [email protected] and we can co-ordinate a time that works.

Cheers!
Malvika

2 Likes