Umami · Example Payload

Umami Session List Example

Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

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

Top-level fields

datacountpagepageSize

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "websiteId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "browser": "Chrome",
      "os": "Windows",
      "device": "desktop",
      "screen": "1920x1080",
      "language": "en-US",
      "country": "US",
      "createdAt": "2026-01-15T10:00:00.000Z"
    }
  ],
  "count": 100,
  "page": 1,
  "pageSize": 20
}