latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Events v2.Webhook
REGION.US

Update Webhook Endpoint

Updates a Webhook Endpoint.

patch/events/v2/webhook-endpoints/{id}

Path parameters

idstring required

A Tink unique identifier for the webhook endpoint.

Request body

descriptionstring

An optional description of what the webhook is used for.

disabledboolean

Marks whether the webhook is disabled.

enabledEventsstring[]

The list of events to enable for this endpoint.

urlstring

The URL of the webhook endpoint. Allowed schemes: https.

Example request

{
  "description": "Alice's webhook",
  "enabledEvents": [
    "refresh:finished"
  ],
  "url": "https://endpoint.example.com/"
}

Response

A successful response.