GET
/
public
/
v3
/
cookies
curl --request GET \
  --url https://api.quartr.com/public/v3/cookies \
  --header 'x-api-key: <api-key>'
{
  "CloudFront-Key-Pair-Id": "<string>",
  "CloudFront-Signature": "<string>",
  "CloudFront-Policy": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
CloudFront-Key-Pair-Id
string
required
CloudFront-Signature
string
required
CloudFront-Policy
string
required

Was this page helpful?