Send Test Event
Sends a sample payload for the given event to the webhook's URL and returns the delivery result.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"event": "payment.succeeded"
}Response
test event sent
Example response
{
"body": "OK",
"status": 200,
"success": true
}Changes
Changed in 3 of the 74 revisions of this API.6
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.