From the course: Postman Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

The contact list application

The contact list application - Postman Tutorial

From the course: Postman Essential Training

The contact list application

- [Instructor] In order to learn how to create Postman requests and assertions, we'll be using an API, I created, called the Contact List API. It allows users to add, edit, and delete contacts like they would in an address book. This API also has a user interface, or UI, to go with it. Let's take a look at that first. Navigate to thinking-tester-contact-list.herokuapp.com. We are going to create an account which we will use for our API calls. So let's start by clicking the Sign up button. You'll add in your First Name, Last Name, Email address, and a Password. Your name and email don't need to be real, but remember what they are along with the password. Now we'll click the Submit button. Notice that you are taken to the Contact List page. From here you can add, edit, and delete contacts, but usually we won't be doing this through the UI. We'll be doing this through the API. As you go through the next few lessons, if…

Contents