Test Webhook
Send a test event to verify your webhook configuration.
This endpoint sends a representative event to your configured webhook URL, allowing you to verify that:
- Your endpoint is reachable
- Your signature verification is working correctly
- Your endpoint responds appropriately
The webhook must be subscribed to the requested event. A successful response means the test event was accepted for delivery.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Headers
Client-generated UUIDv4 for safe retries. Sent as the Idempotency-Key HTTP header. Replayed responses include the Idempotent-Replayed: true header.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Unique identifier for the webhook
"WHTEST-XXXXX-EXAMPLE"
Body
Event type to send as a test.
quote.executed, quote.cancelled, quote.execution_failed, user.closed, user.disabled, user.verified, user.verification_failed, user.verification_needed, conversion.deposit_completed, conversion.deposit_failed, conversion.deposit_held, conversion.quote_execution_failed, conversion.withdrawal_completed, conversion.withdrawal_failed "quote.executed"
Response
Test webhook sent (check result for delivery status)