API Reference
Reference for the API
List all storage items
cURL
curl --request GET \ --url https://cookiechimp.com/api/v1/storage-items \ --header 'Authorization: <api-key>'
{ "pagination": { "prev_url": "/api/v1/storage-items?page=", "next_url": "/api/v1/storage-items?page=2", "count": 4, "page": 1, "prev": null, "next": 2 }, "data": [ { "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 } ] }
Number of resources to return
1 <= x <= 100
Number of resources to skip
x >= 0
Field to sort by
Sort order
asc
desc
ID of the category to filter by
List of storage items
The response is of type object.
object
Was this page helpful?