Cookies
Create cookie
Create a new cookie
POST
/
cookies
Authorizations
Authorization
string
headerrequiredBody
application/json
name
string
requiredName of the cookie
description
string
Description of the cookie that is displayed to users
company_name
string
Name of the company that owns the cookie
domain
string
Domain of the cookie
duration
string
Duration of the cookie
partitioned
boolean
Whether the cookie is partitioned
path
string
Path of the cookie
same_site
string
SameSite attribute of the cookie
cookie_category_id
string
ID of the cookie category
Response
201 - application/json
name
string
requiredName of the cookie
description
string
Description of the cookie that is displayed to users
company_name
string
Name of the company that owns the cookie
domain
string
Domain of the cookie
duration
string
Duration of the cookie
partitioned
boolean
Whether the cookie is partitioned
path
string
Path of the cookie
same_site
string
SameSite attribute of the cookie
cookie_category_id
string
ID of the cookie category
id
string
Unique identifier for the cookie
last_seen_at
string
status
enum<string>
default: draftAvailable options:
draft
, processing
, in_review
, finalised
approved_by_type
string | null
approved_by_id
string | null
wildcard_cookie_id
string | null
is_wildcard_cookie
boolean