Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://acusight.io/api/core/telemetry/events \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": {}, "sessionId": "<string>", "timestamp": 123, "type": "<string>", "userId": "<string>" } '
{}
Receives and processes Real User Monitoring events from the frontend
JWT access token. Paste the token only; the Bearer prefix is added automatically.
RUM event data
Event processed successfully
Was this page helpful?