v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Aggregated Data

This endpoint retrieves aggregated data of the given metrics.

post/insights/aggregated-data

Request body

property_idstring required

The five to ten character unique identifier of the Gumlet Insight Property available on the dashboard.

Response

200

Example response

{
  "views": {
    "sum": {
      "value": 79,
      "unit": "views"
    }
  }
}