Skip to main content
POST
Send a test webhook delivery
Sends a synthetic indexing.status_changed payload to your registered endpoint so you can confirm it is reachable and that your signature verification works. The test payload carries "test": true, and is signed exactly like a real delivery when a signing secret is configured. Use it to check your verifier before relying on it in production.
Test deliveries do not appear in the delivery history returned by List Deliveries.
See Webhooks for the full payload shape.

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Response

OK

data
object
Example:
error
object

Error message, empty string on success.

Example:
meta
object
Example:
success
boolean

Whether the request succeeded.

Example:

true