---
title: "Get a category details"
method: GET
path: "/categories/{id}"
tags: ["Ecommerce"]
---

# Get a category details

`GET /categories/{id}`

## Path parameters

- `id` string, required

## Response `200`

Category informations

- GetCategoryDetails
  - `id` string, string, required — Category ID for which you requested the details
  - `name` string, string, required — Name of the category for which you requested the details
  - `createdAt` string, required — Creation UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `modifiedAt` string, required — Last modification UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `url` string, string — URL to the category
  - `isDeleted` boolean — category deleted from the shop's database

## Other responses

- `400` — bad request
- `404` — Category id not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
