Send a synthetic transaction review request to the configured webhook
Drives a dry-run request through the same crypto and timeout machinery as the production signing path, against either the saved config or an override supplied in the body. No events are emitted and no signing is affected. Useful for verifying the customer’s webhook responds correctly to each transaction shape before enabling enforcement.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Body
Synthetic transaction shape sent to the configured webhook for testing.
signMessage, evmTransaction, evmTokenTransfer, evmUserOperation, evmTypedData, svmTransaction, svmMessage, btcTransaction, suiTransaction, suiMessage, stellarMessage Optional config overrides. When provided, fields here take precedence over the saved configuration. Use this to test a config that has not been saved yet (e.g. driving a test from an unsaved form).
Response
Test webhook decision and diagnostic detail
True if the decision came from the failure policy (timeout, transport error, bad status, signature problem) rather than from a parsed webhook response.
Wall-clock duration of the call in milliseconds.
Synthetic transaction shape sent to the configured webhook for testing.
signMessage, evmTransaction, evmTokenTransfer, evmUserOperation, evmTypedData, svmTransaction, svmMessage, btcTransaction, suiTransaction, suiMessage, stellarMessage Network or timeout error message, if any.