Wanting to access JSON data in URL instead of on Postman App

Hello. I am able to use the Kroger API, make a call in postman with a token and get data back. I’m wondering how I can break this into URLs that i can type into my web browser to return the data in JSON form? I’m wanting to access JSON data in URL instead of on Postman App. Thanks.

As an example, if i put in “https://api.kroger.com/v1/products?filter.term=tahini&filter.locationId=01600587&filter.limit=2” then it returns a page saying Missing Access Token. How could I include my authorization token in the URL or on my computer so that script will run?

Hi,

You should be able to pass in a parameter in to the query string.

This might help