---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Retrieves detailed information about a specific product… Reference for the
    GET /administration/product-categories/{id} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get product category details
title: Get product category details
type: openapi-operation
---
Retrieves detailed information about a specific product category by its ID.

**What is returned:**
- Category ID, name, icon, and description
- Sort order for display
- Multilingual translations (name and description in different languages)
- Default key (for system-defined categories)
- Creation and deletion timestamps

**Note:** This endpoint requires the manageSettings permission. Returns 404 if the category does not exist or has been deleted.

<Operation source="api-reference" id="productcategoriescontroller-getproductcategory" />
