Cookies
Get Categorized Cookies
Use this API to retrieve categorized cookies by domain.
post/api/cmp/v1/cookies/categorized
Request body
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