Question 5 - Get the Name and Street Address of each location for the given zipcode
GET {{kroger-baseUrl}}/locations?filter.zipCode.near=45202&filter.limit=200
- Use the Location list operation in the Locations API: `GET https://api.kroger.com/v1/locations?filter.zipCode.near=45202&filter.limit=200\`
- Iterate over the response body to pull out the `name` and `addressLine1` fields for each location.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter.zipCode.near | number | ||
filter.limit | number |