Receive and validate Event Webhook Loopback (RCV) for testing integrations

Receives a webhook event payload, validates its JSON schema and signature, simulates a configurable delay, and can return custom HTTP responses for testing webhook integrations.This endpoint is intended for use in integration and end-to-end testing scenarios where webhook consumers need to validate their handling of event payloads, delays, and custom responses.
The endpoint performs the following:
· Validates the incoming JSON payload against the expected schema for EventWebHookPocRequest.
· Validates the x-gd-signature header if present, using the program-specific signing key.
· Simulates a configurable delay if set via the configuration endpoint.
· Returns a custom HTTP response if configured, otherwise returns a standard response with event identifiers.

Path Params
string
required

The program code from the route parameter. Used to determine the correct signing key for signature validation.

Headers
string
required

The unique request identifier from the X-GD-RequestId header. Used for request tracking and logging.

string

The x-gd-signature header value. Used to validate the authenticity of the webhook payload.

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