Send a test event to a webhook
Send a test event to the webhook’s endpoint and report the outcome. Use this to verify the endpoint is reachable and accepts deliveries before subscribing the webhook to real events.
A 200 response means the test ran — check status_code and
error_message in the body for the endpoint’s actual outcome.
Test deliveries are not supported for HMAC_SHA256 webhooks; those
requests fail with a 400.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique webhook identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
The outcome of the test delivery
The outcome of a test delivery to the webhook's endpoint.