Create an org-level execution webhook endpoint

post/v1/execution-webhooks

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "req_123"
}

Changes