misc.ping

Manual test event triggered from the UI. See Managing webhook endpoints for details.

Payload

Manual test event triggered from the UI. Not subscribable. Has no related resource, so the inner relationships key is omitted.

string
required
string
enum
required
Allowed:
date-time
required
data
object
required
Headers
string
required

Unique identifier for this delivery. Stable across retries.

string
required

Unix timestamp in seconds.

string
required

HMAC-SHA256 signature of the payload following the Standard Webhooks specification.

Responses
410

Stop sending events to this endpoint.

2XX

Successful delivery and verification of the webhook event.

default

Any other response code will be treated as a failure and scheduled for retry with exponential backoff.

LoadingLoading…