List events
List events delivered to this account. Useful for reconciling missed webhook deliveries or auditing order history. Cursor-paginated, newest first. Events are persisted for every order.paid, order.fulfilled, order.refunded, and order.disputed delivery — the payload matches what was sent to agent_callback_url.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Query parameters
type
Filter to a single event type (e.g. order.paid).
listing_id
Filter to events tied to a specific listing.
order_id
Filter to events tied to a specific order.
cursor
Opaque pagination cursor from a previous response.
limit
Page size, default 50.
Response
Successful Response
data
Array of event objects, newest first.
object
Object type identifier. Always list.
cursor
Pass as cursor query param to fetch the next page.
has_more
True if more results exist beyond this page.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error