Skip to main content
POST
/
core
/
telemetry
/
events
Process RUM event
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>"
}
'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Body

application/json

RUM event data

data
object
sessionId
string
timestamp
integer
type
string
userId
string

Response

Event processed successfully

{key}
string