List webhooks

List all webhook endpoints for the authenticated account. Use POST /v1/webhooks to register new endpoints. All order event payloads include the full order snapshot — no follow-up API calls needed.

Authentication

AuthorizationBearer

API key (lb_ prefix). Pass as: Authorization: Bearer lb_...

Response

Successful Response
datalist of objects
Array of webhook objects.
object"list"

Object type identifier. Always list.

Errors

401
Unauthorized Error