Skip to main content
GET
List Web Tracking Keys
List the publishable keys that let your website send on-site events into this workspace. Each key includes a paste-ready install snippet and the origins it is allowed to run on. A key whose lastUsedAt is null has not successfully authenticated an event yet. The snippet may be undeployed, the site may not have sent an instrumented event, or the origin allowlist may be rejecting its requests. Shopify stores do not use these keys. They use the storefront pixel. Requires an API key with the integrations:manage scope.

Request

This endpoint takes no parameters.

Response fields

array
Keys in this workspace, newest first.
string
The publishable key. It ships in your page source, so it is not secret; it authorizes storefront events only.
array
Normalized origins allowed to use this key. Empty means any origin.
boolean
True when the allowlist is empty, so any site can send events with this key.
boolean
False when the key has been revoked. Revoked keys are rejected at ingest.
string
When the key last authorized an event, or null if it never has. Updated at most every five minutes.
string
The exact <script> tag to paste into every page. Embeds both the key and the workspace id.
string
Ingest URL the SDK posts to. Useful for debugging in a network tab.

Responses