Retrieve a list of webhooks for accounts

Introduction

This guide aims to provide a detailed walkthrough on retrieving a list of account webhooks associated with an Overledger clientId. By following these steps, you'll gain access to all the active and inactive webhooks set up for a specific Overledger clientId.

📘

Account Webhooks that you have removed will not be returned

⚠️ Please note that you can only retrieve the webhooks you have created. If you haven't set up any account webhooks, please refer to the documentation on Set a webhook for an Account for more information

Prerequisites

  • Obtain an authorization token
    You must obtain an authorisation token to interact with Overledger's API and call any endpoint. This token will authenticate your requests and grant you access to the necessary endpoints. Please follow the authentication process provided by Overledger to get your authorisation token.

Call the Get List of Account Webhooks Endpoint

After obtaining your authorization token, you can access the Get List of Account Webhooks endpoint provided by Overledger's API. You can find detailed information about this endpoint in our API reference documentation under Manage Webhooks for Account Updates

By following these steps, you can efficiently retrieve and manage your configured account webhooks.