Webhook-Subscription
Trigger a Test Webhook
Trigger the webhook event “test” for the specified webhook subscription.
POST
Authorizations
Body
application/json
The unique identifier for the webhook subscription to trigger.
Response
200 - application/json
The unique identifier of the webhook that was sent.
The response body returned by the targeted webhook endpoint.
The status code returned by the targeted webhook endpoint.
True if the targeted webhook endpoint returned status code 200. False otherwise.