Skip to content

List Webhook Deliveries

GET
/api/Webhooks/deliveries
curl --request GET \
--url 'https://example.com/api/Webhooks/deliveries?MerchantId=2489E9AD-2EE2-8E00-8EC9-32D5F69181C0' \
--header 'Authorization: Bearer <token>'

Most-recent first. Filter by API key to inspect a single integration.

MerchantId
required
string format: uuid
ApiKeyId
string format: uuid
Limit
integer format: int32

OK

Media type application/json
Array<object>
object
id
string format: uuid
webhookEventId
string format: uuid
eventType
string
nullable
attemptNumber
integer format: int32
status
string
Allowed values: Pending Succeeded Failed Abandoned
url
string
nullable
responseStatus
integer format: int32
nullable
nextAttemptAt
string format: date-time
attemptedAt
string format: date-time
nullable
createdAt
string format: date-time
Example
[
{
"status": "Pending"
}
]