Test webhook
Send a test event to a webhook endpoint and return the delivery result. Does not persist an event record.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Path parameters
webhook_id
Webhook endpoint ID.
Response
Successful Response
success
true if the endpoint returned a 2xx status code
object
Object type identifier. Always webhook_test.
status_code
HTTP status code returned by the endpoint
response_body
Response body from the endpoint, truncated to 2000 characters
error
Error message if delivery failed entirely
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error