Skip to main content
GET
/
app-events
/
{id}
Get an app event
curl --request GET \
  --url https://api.mobilerun.ai/app-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "deviceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "rawEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "eventType": "<string>",
    "payload": {},
    "occurredAt": "<string>",
    "createdAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Path Parameters

id
string<uuid>
required

Response

App event

data
object
required