Module 3: Viewing and manipulating the Rest API using PostmanΒΆ

Expected time to complete: 1 hours

Intro

Postman is a Application Development Environment (ADE). In its simplest form, Postman is an http client, able to send an HTTP request and receive an HTTP response.

In this lab, we will cover the following:

  • Using Postman requests to get, create and modify data
  • Postman Environment variables
  • Postman workflows using collections
  • Postman tests to filter and dictate workflow