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_idstringRequired
Webhook endpoint ID.

Response

Successful Response
successboolean

true if the endpoint returned a 2xx status code

object"webhook_test"

Object type identifier. Always webhook_test.

status_codeinteger or null
HTTP status code returned by the endpoint
response_bodystring or null
Response body from the endpoint, truncated to 2000 characters
errorstring or null
Error message if delivery failed entirely

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error