Skip to main content
GET
/
v1
/
core
/
mobile-events
/
{id}
Get mobile event by ID
curl --request GET \
  --url https://functions.siro.ai/api-externalApi/v1/core/mobile-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "userId": "<string>",
  "organizationId": "<string>",
  "eventCode": "recorderStateChange",
  "event": {
    "value": "start",
    "trigger": "interruption"
  },
  "createdAt": "<string>",
  "recordingId": "<string>",
  "externalOpportunityIds": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.siro.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Path Parameters

id
string
required

Response

200 - application/json

Get mobile event by ID

id
string
required
userId
string
required
organizationId
string
required
eventCode
enum<string>
required
Available options:
recorderStateChange,
networkStatusChange,
appStateChange,
consentStatusChanged,
recordingMetadataChanged,
deeplinkReceived,
deeplinkConsumed,
userAuthStatusChanged
event
object
required
createdAt
string
required
recordingId
string
externalOpportunityIds
string[]