Skip to main content
POST
/
core
/
telemetry
/
events
/
batch
Process batch RUM events
curl --request POST \
  --url https://acusight.io/api/core/telemetry/events/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "events": [
    {
      "data": {},
      "sessionId": "<string>",
      "timestamp": 123,
      "type": "<string>",
      "userId": "<string>"
    }
  ],
  "sessionId": "<string>",
  "userId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Batch of RUM events

events
object[]
sessionId
string
userId
string

Response

Events processed successfully

{key}
string