Get category by slug

GET /api/v1/markets/categories/{slug}

Get category by slug

get

Returns a single category by its URL slug, including all nested subcategories and the topics within each subcategory.

Path parameters
slugstringRequired

Category slug

Responses
chevron-right
200

OK

application/json
idintegerOptional
namestringOptional
slugstringOptional
get
/api/v1/markets/categories/{slug}

Last updated