GET
/
storage-items
/
{id}
curl --request GET \
  --url https://cookiechimp.com/api/v1/storage-items/{id} \
  --header 'Authorization: <api-key>'
{
  "company_name": "Example Company Name",
  "description": "Tracks user preferences.",
  "domain": "www.example.com",
  "duration": "1 year",
  "last_seen_at": "2023-03-23T12:34:56Z",
  "name": "user-pref-cookie",
  "partitioned": false,
  "path": "/",
  "same_site": "Lax",
  "category_id": "cat1",
  "status": "finalised",
  "approved_by_type": "AI",
  "wildcard_cookie_id": null,
  "id": "user-pref-cookie",
  "is_wildcard_cookie": false
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the resource

Response

200
application/json
Storage item

The response is of type object.