---
title: "Get Categorized Cookies"
method: POST
path: "/api/cmp/v1/cookies/categorized"
tags: ["Cookies"]
---

# Get Categorized Cookies

`POST /api/cmp/v1/cookies/categorized`

Use this API to retrieve categorized cookies by domain.

## Request body

- CategorizedCookiesRequestDto
  - `domain` string — The website domain being managed.
  - `cookieIds` string[] — The list of cookie identifiers.
  - `cookies` CookieRequestDto[] — The list of cookie objects containing detailed information about each cookie.
    - `name` string — The name of the cookie.
    - `host` string — The domain or website that created the cookie.

## Response `200`

OK

- CookiepediaContribsDto[]
  - `name` string — Name of the cookie.
  - `type` string — Type of the cookie.
  - `host` string — Host of the cookie.
  - `hostDescription` string — Description of the cookie host.
  - `description` string — Description of the cookie category.
  - `firstPartyDescription` string — Description of the first party cookie catogory.
  - `thirdPartyDescription` string — Description of the third party cookie catogory.
  - `patternKey` string — Cookie caterory pattern key.
  - `thirdPartyKey` string — Third party key of categorized cookie.
  - `firstPartyKey` string — First party key of categorized cookie.
  - `category` string — Category of the cookie.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
