latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Notification Webhooks
Get webhook notification history
Retrieves paginated notification history for a specific webhook with optional filters for status, date range, hash, and transfer ID.
get/api/notifications/v1/webhooks/{webhookId}/notifications
Path parameters
webhookIdstring required
The webhook ID
Query parameters
Query filters for notification history
{
"webhookNotificationId": "550e8400-e29b-41d4-a716-446655440000",
"notificationRequestId": "cjld2cjxh0000qzrmn831i7rn",
"start": "2023-01-01T00:00:00.000Z",
"end": "2023-12-31T23:59:59.000Z",
"transferId": "transfer-12345",
"status": "sent",
"limit": 25
}Response
Webhook notification history retrieved successfully