Webhooks
List Deliveries
Retrieve a paginated list of webhook delivery attempts with their status
GET
Documentation Index
Fetch the complete documentation index at: https://docs-openpay.nipuntheekshana.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires a Bearer token in theAuthorization header.
Query Parameters
The page number for pagination.
The number of deliveries per page. Maximum value is
100.Filter by delivery status. Accepted values:
success, failed, pending.Response
An array of webhook delivery objects.
Pagination metadata.