Webhook Event Handler

Contains APIs corresponding to Webhook Triggers.

Process event payload for webhook triggers.

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string
orgIdentifier
string
projectIdentifier
string
webhookIdentifier
string
Request Body schema:
required
string
Responses
400

Bad Request

500

Internal server error

default

Returns UUID of newly created webhook processing event.

post/ng/api/webhook
Request samples
"string"
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}