Install status
GET
/v1/sites/:id/install-statusAuth: Secret API key (rk_sk_)
Check whether the widget has been detected on the site.
Path parameters
| Name | Type | Description |
|---|---|---|
idrequired | uuid | Site ID |
Responses
200Install telemetry
{
"siteId": "660e8400-e29b-41d4-a716-446655440001",
"isLive": true,
"hasBeenSeen": true,
"firstSeenAt": "2026-01-02T00:00:00Z"
}