Aggregated Events
API Structure
Header
Description
Data type
curl --location 'https://ingest.reo.dev/api/product/aggregateusage' \
--header 'X-API-KEY: <API_KEY>' \
--header 'Content-Type: application/json' \
--data '{
"payload": {
"mode": "DOMAIN",
"activity_type": "secondary23",
"source": "TELEMETRY",
"environment": "PRODUCTION",
"event_id": 1231231232,
"event_at": 639303296,
"domain": "",
"ip_addr": "156.59.87.83",
"count": 1250,
"product_id": "reoWebApp",
"user_agent": "Mozilla/5.0 (Macintosh, Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
"meta": {
"property1": "value1",
"property2": "value2"
}
}
}'Tenant API Key
Parameters
Parameter
Description
Data Type
Possible Values
Example
Sample JSON Request
Sample JSON Response [Success]
Sample JSON Response [Wrong API Key]
Last updated
Was this helpful?

