# Send test event Send a test event to the webhook endpoint to verify connectivity. The test event will have type 'test.ping' with sample data. Endpoint: POST /partner/v2/webhook/{webhookId}/test Version: 2.0 Security: PartnerOAuth ## Path parameters: - `webhookId` (integer, required) Webhook endpoint ID ## Response 200 fields (application/json): - `errorMessage` (string) Error message if failed - `responseBody` (string) Response body from the endpoint Example: "{\"received\":true}" - `responseStatusCode` (integer) HTTP response status code from the endpoint Example: 200 - `responseTimeMs` (integer) Response time in milliseconds Example: 150 - `success` (boolean) Whether the test was successful Example: true - `testEventId` (string) Test event ID Example: "evt_test_abc123" ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 502 fields