---
title: "List webhook notification for an organization"
method: GET
path: "/api/v2/organization/{organizationId}/webhook/{webhookId}/notification"
tags: ["Organization Webhooks"]
---

# List webhook notification for an organization

`GET /api/v2/organization/{organizationId}/webhook/{webhookId}/notification`

List all webhook notifications for the specified organization.

## Path parameters

- `organizationId` string, required
- `webhookId` string, required

## Query parameters

- `type` 'txRequest' | 'txRequestTransaction' | 'transfer' | 'transaction' | 'transactionRemoved' | 'transactionExpire' | 'pendingapproval' | 'block' | 'admin' | 'address_confirmation' | 'lowFee' | 'circuitBreaker' | 'lowFeeAddressBalance' | 'wallet_confirmation' | 'bankAccount' | 'userKycState' | 'enterpriseKycState' | 'identityStatus' | 'idvStatus' | 'accessToken' | 'accountCreated' | 'contractSigned' | 'fundsDeposited' | 'kycResult' | 'policyBalanceChange' | 'reversal' | 'mintOrder' | 'transaction_finality_on_l1' | 'stuckTx' | 'tradeOrder' | 'unspentExpiry' | 'twoStepTransfer' | 'twoStepDeposit' | 'twoStepWithdrawal' | 'endInvestorOnboardingInvite' | 'endInvestorOnboardingAccepted' | 'pendingDecryption' | 'whitelistApproved' | 'whitelistRejected'
- `prevId` string
- `limit` string, number

## Response `200`

OK

- ListOrganizationWebhookNotificationResponseC
  - `webhookNotifications` object[], required
    - `id` string, required
    - `type` 'txRequest' | 'txRequestTransaction' | 'transfer' | 'transaction' | 'transactionRemoved' | 'transactionExpire' | 'pendingapproval' | 'block' | 'admin' | 'address_confirmation' | 'lowFee' | 'circuitBreaker' | 'lowFeeAddressBalance' | 'wallet_confirmation' | 'bankAccount' | 'userKycState' | 'enterpriseKycState' | 'identityStatus' | 'idvStatus' | 'accessToken' | 'accountCreated' | 'contractSigned' | 'kycResult' | 'policyBalanceChange' | 'reversal' | 'mintOrder' | 'transaction_finality_on_l1' | 'stuckTx' | 'tradeOrder' | 'unspentExpiry' | 'twoStepTransfer' | 'twoStepDeposit' | 'twoStepWithdrawal' | 'endInvestorOnboardingInvite' | 'endInvestorOnboardingAccepted' | 'pendingDecryption' | 'whitelistApproved' | 'whitelistRejected'
    - `wallet` string
    - `safeId` string — Safe ID — populated only on safe-scoped webhook subscriptions.
    - `url` string
    - `hash` string
    - `coin` string — A cryptocurrency or token ticker symbol.
    - `coinChain` string
    - `transfer` string
    - `state` 'unconfirmed' | 'new' | 'pending' | 'processed' | 'failed'
    - `simulation` boolean
    - `retries` number
    - `webhook` string
    - `updatedAt` string, date-time
    - `nextAttempt` string, date-time
    - `version` number
    - `allowBlockedHosts` boolean
    - `heightToConfirm` number
    - `payload` string
    - `response` object
      - `code` union
        - number
        - string
      - `type` string
      - `body` string
      - `error` string
  - `nextBatchPrevId` string — This is the ID from the last item in the current batch. Providing this value as the prevId in the next request will return the next batch of notifications.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
