top of page
  • Writer's pictureShruti Kuber

HERE with Postman


RESTful APIs or REST APIs are one of the easiest ways to communicate with services to build your application. HERE provides developers with over 20 APIs through a freemium account. These APIs are available as REST APIs along with their JS wrappers. What is amazing about REST APIs is the fact that they are independent of platforms, frameworks and languages. So you can call them in many different ways. Moreover there are several tools available to test out the responses of REST APIs. One such tool is Postman.

Postman is not merely a way to test REST APIs, but you can do a lot with it. You can also use it to build your own APIs and write documentation around it. Today I am going to talk about tips and tricks to call HERE REST APIs efficiently with Postman. First, let's create a simple request with my favorite Geocoding and Search API.


7 views0 comments

Recent Posts

See All
bottom of page