Send a test event
Delivers a sample payload to the webhook url and returns the response, so the endpoint and its signature verification can be validated without waiting for a real event. The delivery is not recorded as a webhook event log and never suspends the webhook, whatever the outcome.
Path parameters
Request body
The event to send a sample payload for. Defaults to the first event the webhook is subscribed to.
Length: [1,256]
Response
200 OK
Whether the endpoint responded with a success status code.
The endpoint the test payload was delivered to.
The event the test payload was sent for.
The exact body which was signed and sent, so the signature can be reproduced.
The value sent in the 'webhook-signature' header.
The status code returned by the endpoint, null if no response was received.
Format: int32
The response body returned by the endpoint, truncated to 4096 characters.
The reason the delivery failed, null when it succeeded.