Skip to main content
GET
/
notifications
/
catalog
List notification event types
curl --request GET \
  --url https://api.mobilerun.ai/notifications/catalog \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "source": "triggers-api",
      "label": "Workflows",
      "events": [
        {
          "type": "workflow.run.completed",
          "label": "Completed",
          "description": "<string>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Response

Notifiable event catalog

data
object[]
required