Logo
The Kroger Co.'s Public API Documentation

Chain details

GET {{kroger-baseUrl}}/chains/:name

Provides access to the details of a specific chian by using the chain name.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": { "name": "<string>", "divisionNumbers": [ "<string>", "<string>" ] }, "meta": {} }



Curl
curl -X GET 'kroger-baseUrl/chains/:name'

ENDPOINTS