Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.19 KB

WebhookEventHandlerApi.md

File metadata and controls

35 lines (22 loc) · 1.19 KB

{{classname}}

All URIs are relative to https://app.harness.io/gateway

Method HTTP request Description
ProcessWebhookEvent Post /ng/api/webhook Process event payload for webhook triggers.

ProcessWebhookEvent

ResponseDtoString ProcessWebhookEvent(ctx, body, accountIdentifier) Process event payload for webhook triggers.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
body string
accountIdentifier string

Return type

ResponseDtoString

Authorization

ApiKey

HTTP request headers

  • Content-Type: application/json, application/yaml, text/plain
  • Accept: application/json, application/yaml, text/plain

[Back to top] [Back to API list] [Back to Model list] [Back to README]