Using Postman

Postman is an application which you can use to test APIs. You can download it from https://www.getpostman.com/downloads/


Postman is a very user friendly application which will allow you to test your API before your write your code. Below you see a screenshot of postman. In this example I use a GET command to extract information from an API and in the bottom of your screen you will see the data, which you retrieved from the API.