Umami · Example Payload

Umami Website Example

Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Website Example is an example object payload from Umami, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedomainshareIdresetAtuserIdteamIdcreatedAtupdatedAtdeletedAt

Example Payload

Raw ↑
{
  "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "name": "My Website",
  "domain": "example.com",
  "shareId": null,
  "resetAt": null,
  "userId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "teamId": null,
  "createdAt": "2026-01-15T10:00:00.000Z",
  "updatedAt": "2026-01-15T10:00:00.000Z",
  "deletedAt": null
}