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
- Create an account and generate your application's API keys
Create an account on Quant Connect. Then, register your application to generate API keys to authorise your requests on Overledger APIs.
- Generate a Bearer Token You must generate an authentication token in order to use the Overledger APIs.
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.
Updated 6 months ago