The endpoint makes an HTTP GET request to retrieve a list of categories from the catalog.Request#
No request body parameters are required for this request.Response#
The response is a JSON array containing the list of categories.[
"All Products",
"Apparel",
"Phone Cases",
"Wall Art",
"Notebooks",
"Hats",
"Desk Art",
"Kids"
]
Request
Add parameter in header clientId
Example:clientId: ********************
Request Code Samples
curl --location --request GET 'http://localhost:8083/v1/catalog/categories' \
--header 'clientId;'
Responses
application/json [
"All Products",
"Apparel",
"Phone Cases",
"Wall Art",
"Notebooks",
"Hats",
"Desk Art",
"Kids"
]
Modified at 2024-06-28 19:23:51