Single Events
API Structure
curl --location 'https://ingest.reo.dev/api/product/usage' \
--header 'X-API-KEY: <API_KEY>' \
--header 'Content-Type: application/json' \
--data '{
"payload": {
"activity_type" : "LOGIN_ACTIVITY",
"source": "TELEMETRY",
"environment":"PRODUCTION",
"user_id": "",
"user_id_type":"",
"ip_addr": "156.59.87.83",
"domain":""
"event_id": 1231231232,
"event_at": 639303296,
"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

Parameter
Description
Datatype
Allowed Values
Example
Sample JSON Request
Sample JSON Response [Success]
Sample JSON Response [Wrong API Key]
Last updated
Was this helpful?

