Skip to main content
POST
/
v3
/
tenants
/
custom-event
Trigger Tenant Custom Event
curl --request POST \
  --url http://localhost/api/v3/tenants/custom-event \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": "<string>",
  "context": [
    "<string>"
  ]
}
'
{
  "data": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Body

application/json
event
string
required
context
string[] | null

Response

data
string | null
required