---
title: "List product categories"
method: GET
path: "/product-categories"
tags: ["Product Categories"]
---

# List product categories

`GET /product-categories`

List products categories

**Scopes:**
`products.read`
<br>Guide: <a href="https://api-docs.omnisend.com/docs/how-to-sync-products-catalog-categories" target="_blank">Sync products catalog, categories</a>
<br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Check POSTMAN documentation</a>

## Query parameters

- `offset` integer
- `limit` integer
- `sort` 'title' | 'updatedAt' | 'createdAt'

## Headers

- `Omnisend-Version` string, required

## Response `200`

List of product categories

- GetCategoriesResponse — Response containing a paginated list of product categories
  - `categories` CategoryListItem[] — List of product categories
    - `categoryID` string — Product category unique identifier (read-only)
    - `createdAt` string — Product category creation timestamp (read-only)
    - `title` string — Product category name
    - `updatedAt` string — Product category last update timestamp (read-only)
  - `paging` Paging
    - `limit` integer
    - `next` string
    - `offset` integer
    - `previous` string

## Other responses

- `400` — Request contains invalid or missing fields
- `401` — Authentication is missing or invalid
- `403` — Insufficient permissions for this operation
- `410` — API version has been retired
- `429` — Rate limit exceeded
- `500` — Unexpected error occurred

---

[API](https://skmtc.dev/omnisend/apis/events-api.md) · [All operations](https://skmtc.dev/omnisend/apis/events-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omnisend/events-api/revisions/50214fbc283f/schema)
