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": {}
} |