Easily Integrate the bridgeapi item.account.updated Webhook into your application using Javascript, Ruby, and other frameworks.

Each time an item is refreshed, this event is triggered. You can use it to check if an item's status has changed, or to know right after a refresh that an item is now in error. The field full_refresh indicates you if we fetched the item's full history or not.

Steps to receive the Bridgeapi item.account.updated Webhook

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select bridgeapi. This will be the endpoint that receives the Bridgeapi item.account.updated webhook on behalf of your application, and forwards them using the unified SDK.
  • Once the item.account.updated webhook is received from Bridgeapi, you'll see the payload under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in Ruby or Javascript, and start receiving webhooks.
Save countless hours integrating Item.account.updated webhooks into your application.