Skip to main content
GET
/
app-events
/
catalog
/
{appEventType}
Get one app-event catalog entry by type/name
curl --request GET \
  --url https://api.mobilerun.ai/app-events/catalog/{appEventType} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "appEventType": "<string>",
    "label": "<string>",
    "appName": "<string>",
    "packageName": "<string>",
    "sourceEventType": "<string>",
    "payloadSchema": [
      {
        "name": "<string>",
        "description": "<string>",
        "example": "<unknown>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Path Parameters

appEventType
string
required
Required string length: 1 - 128

Response

App-event catalog entry

data
object
required