Get brand categories

You can filter a catalog by category. Categories have a Universal Unique Identifier (UUID). The following endpoint retrieves a list of all categories with their identifiers.

Use GET {URI}//brandCategories endpoint to get all brand categories:

EndpointPurpose
GET {URI}//brandCategoriesGet all brand categories

The following example shows the response for brand categories:

{
  "brandCategories": [
    {
      "identifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "description": "string"
    }
  ]
}

The response message for this endpoint is:

  • 200 OK
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden