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
Example request
{
"description": "Alice's webhook",
"enabledEvents": [
"refresh:finished"
],
"url": "https://endpoint.example.com/"
}Response
A successful response.