Update an Item's Webhook
POST https://{{env_url}}/item/webhook/update
This endpoint allows you to update the webhook url for an Item
. This request triggers a WEBHOOK_UPDATE_ACKNOWLEDGED
webhook.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}", "webhook"=>"ENTER_WEBHOOK_URL_HERE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"item":{"available_products":["assets","balance","credit_details","identity","income","transactions"],"billed_products":["auth"],"error":null,"institution_id":"ins_3","item_id":"yqRQV73LQMt95BJ85PKGIzBnxkPkdoFy3NKa9","webhook":"https://www.genericwebhookurl2.com/webhook"},"request_id":"zi7hT"}