Skip to main content
GET
/
app-events
/
catalog
List the app-event catalog
curl --request GET \
  --url https://api.mobilerun.ai/app-events/catalog \
  --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

Response

200 - application/json

App-event catalog

data
object[]
required