---
title: "partner/webhooks"
method: GET
path: "/partner/webhooks"
tags: ["Webhook Endpoints"]
---

# partner/webhooks

`GET /partner/webhooks`

This endpoint can be used to fetch a list of sent webhook notifications. Maximum date range is 1 month. If no date range is provided, it will default to the past 30 days.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `WebhookID` string
- `StartDate` string
- `EndDate` string

## 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 notifications
    - `0` object
      - `EventID` integer — Unique ID for the webhook notification event
      - `Event` string — The event type of the webnook notification. Possible values are: transaction, paylink, bankaccount, debitcard, creditcard, batchrequest, batchdetail, accountonboarding, accountonboardingapplication, scheduledtransactions, accountverifications, virtualtransaction.
      - `Module` string — Specifies the sub-category of the event type. For example, if the event type is transaction, the module could be eftfunding, achwithdraw, etc.
      - `WebhookID` string — This is the ID provided in the webhook payload. For example, the transaction ID, paylink ID, etc.
      - `Status` string — This is the Status provied in the webhook payload. For example, the transaction status, paylink status, etc.
      - `DateSent` string, date-time — This is the date and time the original webhook notification was sent.
      - `WebhookUrl` string — The webhook URL the notification was sent to.

---

[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)
