ExploreGalaxyMy PathSettingsGive Feedback

New here?

A quick look at how MySkillGap works. Close it any time.

Development & DevOpsFree tier available

Postman

The everyday workbench for building and testing APIs

What it is

About Postman

Postman lets developers send requests to APIs, inspect responses, chain requests into automated test collections, and generate shareable documentation — all without writing throwaway test scripts. It's a standard tool for debugging integrations, validating API contracts, and collaborating between frontend, backend, and QA teams.

What you can do with it

Capabilities

1

Send and inspect HTTP requests to any API

2

Build automated test collections and CI-integrated checks

3

Mock APIs before the real backend exists

4

Document APIs and share collections with a team

5

Debug integration issues and root-cause failed requests

How to learn it

Learning Resources

Postman's official learning centre and documentation

Postman's own YouTube channel tutorials

Practise by testing a public API like a weather or GitHub API

Postman Academy's free certification courses

Pro Tip

Use Postman environments and variables instead of hardcoding URLs/tokens in each request — it makes switching between dev, staging and production painless.