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

webhookNotificationIdstring

Filter by specific webhook notification UUID

notificationRequestIdstring

Filter by notification request ID (Cuid)

startstring

Start timestamp (default: now - 1 day). Supports ISO 8601 datetime (2023-01-01T00:00:00Z) or simple date (2023-01-01).

endstring

End timestamp (default: now). Supports ISO 8601 datetime (2023-12-31T23:59:59Z) or simple date (2023-12-31).

hashstring

Filter by transaction hash

transferIdstring

Filter by transfer ID

status'pending' | 'processing' | 'sent' | 'failed' | 'skipped'

Filter by notification status

limitinteger required

Number of records to return (default 25, max 1000)

offsetinteger required

Number of records to skip (default 0)

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

totalinteger required
limitinteger required
offsetinteger required