Chain list
GET {{kroger-baseUrl}}/chains
Provides access to a list of all chains owned by The Kroger Co.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"data": [
{
"name": "<string>",
"divisionNumbers": [
"<string>",
"<string>"
]
},
{
"name": "<string>",
"divisionNumbers": [
"<string>",
"<string>"
]
}
],
"meta": {
"pagination": {
"total": "<number>",
"start": "<number>",
"limit": "<number>"
},
"warnings": [
"<string>",
"<string>"
]
}
} |