---
title: "account/webhook-url/info"
method: GET
path: "/account/webhook-url/info"
tags: ["Webhook Endpoints"]
---

# account/webhook-url/info

`GET /account/webhook-url/info`

This endpoint will retrieve your webhook URL.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Webhooks` object — Collection of webhook event types configured
    - `0` object
      - `Event` string — The type of webhook notification the users wish to receive. Options are: transaction, paylink, bankaccount, debitcard, creditcard, batchrequest, batchdetail, accountonboarding, accountonboardingapplication, scheduledtransactions, accountverifications, virtualtransaction.
      - `Url` string — Webhook URL, is the url is not setup it will return empty
  - `WebHookURL` string — Webhook URL, is the url is not setup it will return empty. See Webhooks attribute for full list.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
