---
title: "Webhook Listeleme - getWebhook"
method: GET
path: "/sellers/{sellerId}/webhooks"
tags: ["Webhook"]
---

# Webhook Listeleme - getWebhook

`GET /sellers/{sellerId}/webhooks`

Bu servis ile daha önce yaratmış olduğunuz webhook methodlarını listeleyebilirsiniz.

## Path parameters

- `sellerId` integer, required

## Response `200`

Success

- object[]
  - `id` string — Webhook ID'si
  - `createdDate` integer — Webhook talebinin yaratıldığı tarih (timestamp GMT +3)
  - `lastModifiedDate` integer, nullable — Webhook talebinin son güncellendiği tarih (timestamp GMT +3)
  - `url` string — Webhook Servis URL Bilgisi
  - `username` string — Basic Authentication için kullanılacak olan kullanıcı adı
  - `authenticationType` string — BASIC_AUTHENTICATION ya da API_KEY değerini alabilir
  - `status` string — ACTIVE ya da PASSIVE olabilir
  - `subscribedStatuses` string[], nullable — Sipariş bilgisi alınması istenilen statü listesi

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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