get https://navigator-api.tweakwise.com/category/getbykey/
This method is for customers who use their own custom identifiers when it comes to categories.
Responses
404Category not found
This method is for customers who use their own custom identifiers when it comes to categories.
404Category not found
xxxxxxxxxx
curl --request GET \
--url https://navigator-api.tweakwise.com/category/getbykey/key \
--header 'accept: application/json'
xxxxxxxxxx
16{
"CategoryId": 0,
"Key": "string",
"Name": "string",
"Rank": 0,
"Status": "Active",
"LandingPage": {
"FilterTemplateId": 0,
"MerchandisingTemplateId": 0,
"MerchandisingBuilderId": 0
},
"Parents": [
0
],
"Url": "string"
}