Logo
The Kroger Co.'s Public API Documentation

Department details

GET {{kroger-baseUrl}}/departments/:id

Provides access to the details of a specific department by using the departmentId.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": { "departmentId": "<string>", "name": "<string>" }, "meta": {} }



Curl
curl -X GET 'kroger-baseUrl/departments/:id'

ENDPOINTS