---
title: "Returns a list of Webhook Subscriptions for the lending partner"
method: GET
path: "/WebhookSubscription"
tags: ["WebhookSubscription"]
---

# Returns a list of Webhook Subscriptions for the lending partner

`GET /WebhookSubscription`

## Headers

- `api-version` string

## Response `200`

List of Webhook Subscriptions are returned

- GetWebhookSubscriptionModel[]
  - `subscriptionId` string, uuid — Gets or sets the SubscriptionId
  - `webhookUrl` string, nullable — Gets or sets the webhook URL
  - `events` WebhookSubscriptionEventDetailsModel[], nullable — Gets or sets the Events
    - `eventCode` string, nullable — Gets or sets the Events Codes
    - `eventName` string, nullable — Gets or sets the Events Names
    - `description` string, nullable — Gets or sets the Event Description

## Other responses

- `400` — Something went wrong!
- `401` — Unauthorized request

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
