Number of APIs: 3
GET {{kroger-baseUrl}}/departments
Provides access to a list of all departments, including departments of chains owned by The Kroger Co.
GET {{kroger-baseUrl}}/departments/:id
Provides access to the details of a specific department by using the departmentId
.
HEAD {{kroger-baseUrl}}/departments/:id
Determine if a specific department exists by using the departmentId
.