Update bank link webhook

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

bankLinkId

The client-provided identifier of the bank link.

Webhook URL update request

The HTTPS URL where webhook events will be delivered.

Generated from available response content types:

Allowed:

Responses

200 Webhook URL updated

The webhook URL that was requested for update.

Error Responses

Example Request

curl --request PATCH \
     --url https://api.astrada.co/bank-links/bankLinkId/webhook \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example Response

{
  "status": "pending",
  "message": "Webhook update requested. The update will be confirmed when a WEBHOOK_UPDATE_ACKNOWLEDGED webhook is received from Plaid.",
  "webhookUrl": "https://example.com/webhooks/banking"
}