Sends a test webhook for the specific webhook endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
An optional description of what this webhook endpoint is used for.
Whether or not this webhook endpoint is active.
The URL of this webhook endpoint.
The webhook events that this webhook endpoint should send webhooks for. For example, if webhook_events=["order.created"] then the webhook endpoint will only send webhooks when the order.created event occurs.
The automation service that this webhook endpoint is pointed at. One of suretriggers or zapier.
The time at which this webhook endpoint will be disabled if it continues to error.
The time at which this webhook endpoint started erroring. A webhook endpoint is considered to be erroring when it returns a non 2xx response code. After 3 days, with 40% or more of requests erroring, the webhook endpoint will be disabled.
The webhook endpoint’s signing secret, used to generate webhook signatures.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.