Skip to main content
POST
Send Test Event
Sends a test webhook event to the specified endpoint. Use this to verify that your endpoint is correctly configured and responding to deliveries.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.
string
required
Webhook endpoint identifier.

Response

Returns the delivery result including the response status code from the target endpoint.

Example