v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Cookies

Get Categorized Cookies

Use this API to retrieve categorized cookies by domain.

post/api/cmp/v1/cookies/categorized

Request body

domainstring

The website domain being managed.

cookieIdsstring[]

The list of cookie identifiers.

Example request

{
  "domain": "amazon.com",
  "cookieIds": [
    "f2229953-b4b5-4042-8cb9-b78038cc4c46",
    "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  ],
  "cookies": [
    {
      "cookieName": "session_id",
      "host": "example.com"
    },
    {
      "cookieName": "user_token",
      "host": "test.com"
    }
  ]
}

Response

OK

namestring

Name of the cookie.

typestring

Type of the cookie.

hoststring

Host of the cookie.

hostDescriptionstring

Description of the cookie host.

descriptionstring

Description of the cookie category.

firstPartyDescriptionstring

Description of the first party cookie catogory.

thirdPartyDescriptionstring

Description of the third party cookie catogory.

patternKeystring

Cookie caterory pattern key.

thirdPartyKeystring

Third party key of categorized cookie.

firstPartyKeystring

First party key of categorized cookie.

categorystring

Category of the cookie.