Skip to main content

Get all parent categories for a specific category

GET 

/category/:categoryId

Get all parent categories for a specific category

Request

Path Parameters

    categoryId stringrequired

    ID of the category to retrieve parent categories for

Responses

Categories successfully retrieved

Schema

  • Array [

  • name string
    id string
  • ]

Loading...