➡️Webhook Güncelleme

Webhook Güncelleme İşlemi

Webhook Güncelleme

PUT https://test.ifintech.com.tr/api/ob/webhook/account/1

Query Parameters

Name
Type
Description

title*

String

Webhook başlığı

event*

String

Tetiklenecek olay: NEW_TRANSACTION = Herhangi bir hareket NEW_DEBIT = Sadece para çıkışları NEW_CREDIT = Sadece para girişleri

Headers

Name
Type
Description

apiKey*

String

Api Key

{
    "message": "Webhook güncellendi.",
    "webhook": {
        "id": 1,
        "accountId": 1,
        "title": "Garanti - Para Girişi",
        "address": "http://127.0.0.1:8000/accept-transactions",
        "event": "NEW_CREDIT"
    }
}

Last updated