> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luminpay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List webhook delivery events



## OpenAPI

````yaml /openapi.json get /webhooks-platform/events
openapi: 3.0.0
info:
  title: LuminPay API
  description: Stablecoin merchant payments.
  version: '0.1'
  contact: {}
servers: []
security: []
tags: []
paths:
  /webhooks-platform/events:
    get:
      tags:
        - Webhooks
      summary: List webhook delivery events
      operationId: WebhooksPlatformController_listEvents
      parameters:
        - name: limit
          required: true
          in: query
          schema:
            type: string
      responses:
        '200':
          description: ''

````