Storage Items
Create storage item
Create a new storage item
POST
/
storage-items
Authorizations
Authorization
string
headerrequiredBody
application/json
name
string
requiredName of the storage item
description
string
Description of the storage item that is displayed to users
company_name
string
Name of the company that owns the storage item
domain
string
Domain of the storage item
duration
string
Duration of the storage item
partitioned
boolean
Whether the storage item is partitioned
path
string
Path of the storage item
same_site
string
SameSite attribute of the storage item
category_id
string
ID of the storage item category
Response
201 - application/json
name
string
requiredName of the storage item
description
string
Description of the storage item that is displayed to users
company_name
string
Name of the company that owns the storage item
domain
string
Domain of the storage item
duration
string
Duration of the storage item
partitioned
boolean
Whether the storage item is partitioned
path
string
Path of the storage item
same_site
string
SameSite attribute of the storage item
category_id
string
ID of the storage item category
id
string
Unique identifier for the storage item
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