The webhook request for the given
requestId
.Arguments
Name | Description |
---|---|
String! | The request ID.This is included in the HTTP request as an X-Request-Id custom header. |
String! | The scheme ID of the WebhookSubscription that generated the request.This is used to determine which data source includes the requestId .Currently, only seekAnz and seekAnzPublicTest are supported. |
Result
Name | Description |
---|---|
An HTTP request to a WebhookSubscription .HTTP requests are associated with one or more WebhookAttempt s representing each Event in the request body. |