Documentation

Install status

GET/v1/sites/:id/install-status

Auth: Secret API key (rk_sk_)

Check whether the widget has been detected on the site.

Path parameters

NameTypeDescription
idrequireduuidSite ID

Responses

200Install telemetry
{
  "siteId": "660e8400-e29b-41d4-a716-446655440001",
  "isLive": true,
  "hasBeenSeen": true,
  "firstSeenAt": "2026-01-02T00:00:00Z"
}