---
title: "Return all your categories"
method: GET
path: "/categories"
tags: ["Ecommerce"]
---

# Return all your categories

`GET /categories`

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `ids` string[]
- `name` string
- `modifiedSince` string
- `createdSince` string

## Response `200`

All categories listed

- GetCategories
  - `categories` GetCategoryDetails[], required
    - `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
  - `count` integer, required — Number of categories

## Other responses

- `400` — bad request

---

[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)
