Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Postman: The Complete Guide - REST API Testing
Bestseller
Rating: 4.6 out of 5(23,535 ratings)
138,444 students

Postman: The Complete Guide - REST API Testing

Postman API testing for manual and automated tests. Automate with Newman, GitLab, Jenkins or any other CI tool.
Last updated 11/2025
English
Arabic [Auto],Bulgarian [Auto],

What you'll learn

  • Create GET, POST, PUT, DELETE requests
  • Understand GET vs POST request method
  • Work with real-world APIs (Github API, Trello API)
  • JavaScript basics for tests
  • Write API tests in Postman
  • Use data from Excel files (CSV) or JSON
  • Use Postman variables to create workflows and scenarios
  • Run API tests with Newman in Jenkins, GitLab CI or TeamCity
  • Use OAuth2, API keys, tokens, JWT, basic auth
  • Test file uploads
  • Use mock servers
  • Collaborate using Team Workspaces

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

20 sections255 lectures19h 47m total length
  • Course overview3:46

    In this lecture, I wanted to give you an overview of the entire course. 

  • Postman community0:14
  • About the course3:51
  • How to install Postman2:29

    Install postman as a web app or a standalone desktop app, sign in at postman.com, and organize work in your workspace, with dark theme available in settings.

  • A quick introduction to APIs2:56

    Learn how APIs act as contracts that enable interoperability between servers and programs, with Postman simplifying access to web APIs without writing code.

  • Introduction to Postman & APIs
  • Your first Postman request4:55

    Interact with a grocery store API in Postman to view products and place an order. Read the API documentation, ensure clean addresses, and verify the status endpoint returns 200 ok.

  • Troubleshooting Postman errors5:36

    Troubleshoot postman errors by verifying the request address and using the console for details. Manage network restrictions by checking VPN or proxy, and consider using postman web if needed.

  • Using Postman on the web5:42

    Learn how to use Postman in your browser, including browser, cloud, and desktop agents, and understand limitations when sending requests to a grocery store API.

  • A brief overview of HTTP4:58
  • First steps in Postman

Requirements

  • Registering to a few reputable public APIs is required for you to be able to follow along with the course
  • Basic programming and/or JavaScript knowledge is required (needed for writing tests)
  • Basic HTTP knowledge required (address, message body, headers, cookies, ...)
  • Basic knowledge about RESTful APIs and JSON
  • Basic Jenkins experience, if an integration with Jenkins is desired
  • Basic NodeJS/NPM experience (needed for test automation)
  • Optional - Basic Docker experience (for Jenkins or Newman)
  • A computer with Windows, macOS or Linux is required for viewing the lectures and installing Postman. Using a mobile phone/tablet is not recommended.

Description

Learn Postman with a Postman Supernova.

RESTful APIs (or simply REST API) are everywhere nowadays, but at the same time, they are getting more complex to get started with: different HTTP methods (GET, POST, PUT, PATCH, DELETE), headers, cookies, dealing with file uploads or authentication with API keys, tokens, OAuth and so much more.

This is where the Postman App comes in! Postman allows you very quickly to create a request with the required HTTP method and parameters, submit the request and easily inspect the results.

I have created this course for testing engineers as well as for software developers or other technical positions.  Postman can help you during the development of your API, as well as after the API is completed, by running tests that make sure your API is still working as intended.

In the first part of the course, we will start exploring the features of Postman and continue by writing API tests with the intention of integrating them into a CI server where the tests will run on a current basis.

But this is not the normal course you take part in. Because your needs may be different and because I hate leaving you wondering what to do next, the second part of the course will include user questions and answers to problems that were not yet covered in the course or that are more specific and may not interest everybody.

So let’s look at what you are going to learn:


  • HTTP request methods (GET, POST, PUT, PATCH, DELETE)

  • JSON format

  • Start with simple requests and advance toward more complex scenarios

  • Learn to deal with authentication/authorization mechanisms like Basic Auth, API Keys, or OAuth.

  • Start writing API tests

  • Organize tests in collections and share them with your team

  • Run API tests in Jenkins or any other CI server

  • You ask, I answer

So after this course, you will know how to use Postman as a pro.

Excited to learn Postman? Join the course today.


Legal Disclaimer

This course is an independent educational resource and is not endorsed by, affiliated with, or associated with Postman, Inc., or any of its products. Postman is a trademark of Postman, Inc. All product names, logos, and brands mentioned in this course are the property of their respective owners.

This course contains promotional materials.

Who this course is for:

  • This course is targeted towards testing engineers and developers.