# Trigger Webhook Simulates a webhook event according to the payload. This will trigger requests to subscribed callback URLs, if any. Endpoint: POST /api/v1/sandbox/webhook/ Version: Version: fd60d28d Security: HTTPBearer ## Header parameters: - `x-jiko-idempotency` (string, required) - `x-jiko-signature` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 202 fields