vellTRDocs
API Referansına DönWebhook'larWebhook Uç Noktalarını Listele

Webhook Uç Noktalarını Listele

GET/v1/stores/{storeId}/webhooksCore

Bir mağaza için yapılandırılmış webhook uç noktalarını listeler.

Kimlik Doğrulama

İmza Deseni

Dashboard JWT bearer (not the HMAC public API).
BaşlıkDeğerAçıklama
AuthorizationBearer {jwt}Merchant dashboard JWT (from /v1/auth/login)
Content-Typeapplication/jsonRequest content type

Yanıt Parametreleri

AlanTürÖrnek
itemsarray[…]
items[].idstring"whe_9a2e6b4d4e8a"
items[].urlstring"https://merchant.example.com/kvell/webhook"
items[].eventTypesarray["payment.captured","payment.refunded"]
items[].activebooleantrue
items[].statusstring"active"
items[].createdAtstring"2026-04-13T10:00:00Z"

Yanıt Örneği

JSONYanıt
{
  "items": [
    {
      "id": "whe_9a2e6b4d4e8a",
      "url": "https://merchant.example.com/kvell/webhook",
      "eventTypes": [
        "payment.captured",
        "payment.refunded"
      ],
      "active": true,
      "status": "active",
      "createdAt": "2026-04-13T10:00:00Z"
    }
  ]
}

Durum Kodları

200Success
201Created
400Bad Request
401Unauthorized
404Not Found
429Rate Limited
DeneSahte
GEThttps://api.pay.sandbox.kvell.group