Skip to main content
GET
Get delivery history

Authorizations

x-api-key
string
header
required

Merchant API key (e.g., sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Webhook config UUID

Example:

"68f11209-451f-4a15-bfcd-d916eb8b09f4"

Query Parameters

eventType
string

Filter by event type

Example:

"payment.completed"

status
string

Filter by status (QUEUED, DELIVERED, FAILED, RETRYING)

Example:

"DELIVERED"

startDate
string

ISO 8601 start of createdAt range (inclusive)

Example:

"2026-04-01T00:00:00.000Z"

endDate
string

ISO 8601 end of createdAt range (inclusive)

Example:

"2026-04-30T23:59:59.999Z"

page
number
default:1

Page number

Required range: x >= 1
Example:

1

perPage
number
default:20

Items per page

Required range: 1 <= x <= 100
Example:

20

Response

200 - application/json

Deliveries retrieved

status
boolean
required

Request success status

Example:

true

message
string
required

Response message

Example:

"Operation completed successfully"

data
object