API Reference
Send a test event
Emits a synthetic test.ping event to the endpoint.
Authorization
apiKey AuthorizationBearer <token>
A secret API key, e.g. Authorization: Bearer sk_test_....
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/merchants/me/webhooks/string/test"{ "sent": true}{ "error": { "code": "not_found", "message": "not found" }}