Get delivery history
Webhooks
Get delivery history
GET
Get delivery history
Authorizations
Merchant API key (e.g., sk_live_xxx or sk_test_xxx)
Path Parameters
Webhook config UUID
Example:
"68f11209-451f-4a15-bfcd-d916eb8b09f4"
Query Parameters
Filter by event type
Example:
"payment.completed"
Filter by status (QUEUED, DELIVERED, FAILED, RETRYING)
Example:
"DELIVERED"
ISO 8601 start of createdAt range (inclusive)
Example:
"2026-04-01T00:00:00.000Z"
ISO 8601 end of createdAt range (inclusive)
Example:
"2026-04-30T23:59:59.999Z"
Page number
Required range:
x >= 1Example:
1
Items per page
Required range:
1 <= x <= 100Example:
20
