Skip to main content
POST
Create webhook
SystemUser accessible. Required policy actions:
  • WebhookService:createWebhook

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json
url
string<uri>
required
Example:

"https://yourapp.com/webhooks/enso"

events
string[]
required
Example:
secret
string

Optional HMAC signing secret

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)