Umami integration (Data, Marketing). Imported from open-connector.
https://api.umami.is/api/me
/api/websites
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Search query filter for the endpoint. |
| page | integer | optional | One-based page number for paginated Umami endpoints. |
| pageSize | integer | optional | Number of items to return per page. |
/api/websites/{websiteId}
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | The Umami website ID. |
/api/websites/{websiteId}/stats
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | The Umami website ID. |
| startAt | integer | required | Start timestamp in milliseconds since the Unix epoch. |
| endAt | integer | required | End timestamp in milliseconds since the Unix epoch. |
| timezone | string | required | IANA timezone name used by Umami for date grouping. |
| url | string | optional | URL path filter for the query. |
| referrer | string | optional | Referrer filter for the query. |
| title | string | optional | Page title filter for the query. |
| host | string | optional | Host filter for the query. |
| os | string | optional | Operating system filter for the query. |
| browser | string | optional | Browser filter for the query. |
| device | string | optional | Device filter for the query. |
| country | string | optional | Country filter for the query. |
| region | string | optional | Region filter for the query. |
| city | string | optional | City filter for the query. |
/api/websites/{websiteId}/pageviews
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | The Umami website ID. |
| startAt | integer | required | Start timestamp in milliseconds since the Unix epoch. |
| endAt | integer | required | End timestamp in milliseconds since the Unix epoch. |
| timezone | string | required | IANA timezone name used by Umami for date grouping. |
| url | string | optional | URL path filter for the query. |
| referrer | string | optional | Referrer filter for the query. |
| title | string | optional | Page title filter for the query. |
| host | string | optional | Host filter for the query. |
| os | string | optional | Operating system filter for the query. |
| browser | string | optional | Browser filter for the query. |
| device | string | optional | Device filter for the query. |
| country | string | optional | Country filter for the query. |
| region | string | optional | Region filter for the query. |
| city | string | optional | City filter for the query. |
| unit | string | optional | Time unit used for timeseries grouping. |
/api/websites/{websiteId}/metrics
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | The Umami website ID. |
| startAt | integer | required | Start timestamp in milliseconds since the Unix epoch. |
| endAt | integer | required | End timestamp in milliseconds since the Unix epoch. |
| timezone | string | required | IANA timezone name used by Umami for date grouping. |
| url | string | optional | URL path filter for the query. |
| referrer | string | optional | Referrer filter for the query. |
| title | string | optional | Page title filter for the query. |
| host | string | optional | Host filter for the query. |
| os | string | optional | Operating system filter for the query. |
| browser | string | optional | Browser filter for the query. |
| device | string | optional | Device filter for the query. |
| country | string | optional | Country filter for the query. |
| region | string | optional | Region filter for the query. |
| city | string | optional | City filter for the query. |
| type | string | required | Website metric dimension to return. |
| limit | integer | optional | Maximum number of metric rows to return. |
/api/realtime/{websiteId}
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | The Umami website ID. |
/api/websites/{websiteId}/events
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | The Umami website ID. |
| startAt | integer | required | Start timestamp in milliseconds since the Unix epoch. |
| endAt | integer | required | End timestamp in milliseconds since the Unix epoch. |
| timezone | string | required | IANA timezone name used by Umami for date grouping. |
| url | string | optional | URL path filter for the query. |
| referrer | string | optional | Referrer filter for the query. |
| title | string | optional | Page title filter for the query. |
| host | string | optional | Host filter for the query. |
| os | string | optional | Operating system filter for the query. |
| browser | string | optional | Browser filter for the query. |
| device | string | optional | Device filter for the query. |
| country | string | optional | Country filter for the query. |
| region | string | optional | Region filter for the query. |
| city | string | optional | City filter for the query. |
| query | string | optional | Search query filter for the endpoint. |
| page | integer | optional | One-based page number for paginated Umami endpoints. |
| pageSize | integer | optional | Number of items to return per page. |