Get all notifications by webhook id
Get all notifications by webhook id (paginated)
Path Parameters
"44fcead0-7053-4831-a53a-df7fb90d440f"
Query Parameters
ASC / DESC ordering (default DESC)
ASC, DESC "ASC"
Sort by field
id, createdAt, updatedAt, status, eventType, resourceId "id"
Cursor of the required page
Maximum number of items in the page
1 <= x <= 10010
Start time in milliseconds since epoch to filter by notifications created after this time (default 31 days ago)
1625097600000
End time in milliseconds since epoch to filter by notifications created before this time (default current time)
1625017600000
List of notification statuses to filter by
The status of the Notification
COMPLETED, FAILED, IN_PROGRESS, ON_HOLD List of webhook event types to filter by
transaction.created, transaction.status.updated, transaction.approval_status.updated, transaction.network_records.processing_completed, external_wallet.asset.added, external_wallet.asset.removed, internal_wallet.asset.added, internal_wallet.asset.removed, contract_wallet.asset.added, contract_wallet.asset.removed, vault_account.created, vault_account.asset.added, vault_account.asset.balance_updated, vault_account.nft.balance_updated, embedded_wallet.status.updated, embedded_wallet.created, embedded_wallet.asset.balance_updated, embedded_wallet.asset.added, embedded_wallet.account.created, embedded_wallet.device.added, onchain_data.updated, connection.added, connection.removed, connection.request.waiting_peer_approval, connection.request.rejected_by_peer, exchange_account.connected, fiat_account.connected, connected_account.connected, ticket.created, ticket.submitted, ticket.expired, ticket.canceled, ticket.fulfilled, ticket.counterparty.added, ticket.counterparty_external_id.set, ticket.note.added, ticket.expires_at.set, ticket.expires_in.set, ticket.term.added, ticket.term.updated, ticket.term.deleted, ticket.term.funded, ticket.term.manually_funded, ticket.term.funding_canceled, ticket.term.funding_failed, ticket.term.funding_completed, ticket.term.transaction_status_changed, settlement.created, order.updated, automation_execution.update Resource ID to filter by
"44fcead0-7053-4831-a53a-df7fb90d440f"
Response
A paginated response containing NotificationExternalDTO objects