---
title: "Get webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get webhooks

`GET /webhooks`

[Available in Sandbox/Production environment] Get the webhooks configured for different events

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Webhook ID.
    - `type` string — Request type.
    - `attributes` object
      - `payoutStatusUpdated` string — Triggered when the status of a bank transfer/payout is updated.
      - `paymentStatusUpdated` string — Triggered when the status of an incoming bank transfer/PayNow payment is updated.
      - `swapUpdated` string — Triggered when the status of a swap transaction is updated.
      - `virtualAccountStatusUpdated` string — Triggered when the status of a virtual bank account is updated to enabled or disabled.
      - `userDepositStatusUpdated` string — Triggered when the status of a user (dashboard) deposit is updated.
      - `userWithdrawalStatusUpdated` string — Triggered when the status of a user (dashboard) withdrawal is updated.
      - `stablecoinDepositStatusUpdated` string — Triggered when the status of a blockchain deposit is updated.
      - `stablecoinWithdrawalStatusUpdated` string — Triggered when the status of a blockchain withdrawal is updated.
      - `cpVerificationStatusUpdated` string — Triggered when the verification status of a customer profile is updated.
      - `cpTxnLimitsUpdated` string — Triggered when the transaction limit of a customer profile is updated.
      - `cpTxnLimitsUpdateRequestStatusUpdated` string — Triggered when the status of a customer profile transaction limit request is updated.
      - `cpRfiStatusUpdated` string — Triggered when the status of an RFI is updated.
      - `cpbaVerificationStatusUpdated` string — Triggered when the verification status of a customer profile bank account is updated.
      - `cpbaCreated` string — Triggered when a customer profile bank account is created.
      - `ubaCreated` string — Triggered when a user (dashboard) bank account is created.
      - `ubaVerificationStatusUpdated` string — Triggered when the verification status of a user (dashboard) bank account is updated.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
