Simulate Event Webhook Loopback for Testing

·Receives an event webhook request, processes the event and account data, and posts the data back to the specified URL.
·This endpoint is intended for testing webhook integrations, simulating event delivery, and validating downstream system behavior.
·It supports custom postback headers and provides detailed diagnostic information in the response.

Path Params
string
required

The program code extracted from the route parameter. Identifies the specific program context for which the webhook event is being processed.

Body Params

The Gd.Bos.DataTransfer.Request.POC.EventWebHookPocRequest object containing the event webhook POC request body. This includes event and account information, postback URL, and any custom headers to be included in the postback.

string | null

The URL to which the webhook event data will be posted.

postBackHeaders
array of objects | null

A collection of headers to include in the webhook postback request.

postBackHeaders
accounts
array of objects | null

The list of account event information to be included in the webhook payload.

accounts
Headers
string
required

The unique request identifier provided in the X-GD-RequestId HTTP header. Used for tracking and correlating requests across distributed systems.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json