Channels - Channels Global
Get channel categories
get/v2/user/channels/{channelId}/categories
Path parameters
channelIdstring guid required
The channel identifier
Headers
Accept-Encodingstring[] required
Indicates that the client accepts that the response will be compressed to reduce traffic size.
Response
Channel categories
Example response
{
"firstLevelCategories": [
{
"channelCategoryId": "24f508da-a069-4467-b9d3-15baebe9bac7",
"channelCategoryName": "Clothing",
"channelCategoryChannelCode": "1342",
"subCategories": [
{
"channelCategoryId": "24f508da-a069-4467-b9d3-15baebe9bac7",
"channelCategoryPath": [
"Clothing",
"Women",
"Shoes"
],
"channelCategoryChannelCode": "1342"
}
]
}
]
}