Ping a webhook endpoint (creates and sends a synthetic event)
Ping a webhook endpoint (creates and sends a synthetic event)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
webhookId
Request
This endpoint expects an object.
data
Optional additional data to include in ping payload
Response
id
organizationId
type
version
occurredAt
payload
Stringified JSON payload (redacted in read APIs)
createdAt
merchantId
requestId
Errors
401
Ping Request Unauthorized Error
403
Ping Request Forbidden Error
404
Ping Request Not Found Error
500
Ping Request Internal Server Error