Send a test event
Delivers a synthetic, correctly signed event built from the sandbox fixture of the chosen endpoint, and returns what your server answered. Nothing is billed and no job is created.
Minimum role: admin.
Authorizations
Short-lived JWT issued by the CarHub auth service (Better Auth), verified against its
JWKS. Claims: sub (user), org_id (active organisation) and role
(owner | admin | member). Used by the dashboard for /mgmt/v1/… only — it is never
accepted on /v1/….
Path Parameters
Webhook endpoint identifier.
^whe_[1-9A-HJ-NP-Za-km-z]{8,32}$Body
Event to simulate. Defaults to job.succeeded.
job.succeeded, job.failed, inspection.stage_completed Whose sandbox fixture to build the payload from. Defaults to plate.read.
vehicle.analyse, vehicle.segment, vehicle.identify, vin.read, plate.read, document.read, dashboard.read, engine.detect, video.onboard, damage.detect, damage.severity, tire.read, tire.detect, parts.recognize, parts.segment, parts.decompose, pricing.vehicle, pricing.repair, render.background, render.enhance, render.plate, render.360, render.video, viewer.hotspots, inspections Response
Delivery attempted; the outcome is in the body.
"whd_3PqL7sVx"
True when your endpoint answered 2xx.
x >= 0The exact payload that was sent, signature included in the headers.
Transport or timeout error, when the delivery never reached a status code.