GET
/
pageviews
/
{id}
curl --request GET \
  --url https://cookiechimp.com/api/v1/pageviews/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "pageview890",
  "session_id": "sess123",
  "url": "https://www.example.com/products/123",
  "consent_id": "consent321",
  "active_cookies": [
    "essential-cookie-1",
    "cookie1",
    "cookie2"
  ],
  "created_at": "2023-01-20T12:50:00Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the resource

Response

200
application/json

Pageview

The response is of type object.