Retrieve a list of webhooks for smart contract events
Introduction
This guide aims to provide a detailed walkthrough on retrieving a list of smart contract 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.
⚠️ Please note that you can only update the webhooks you have created. If you haven't set up any webhooks for a smart contract yet, please refer to the documentation on Set a webhook for a Smart Contract 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 smart contract Webhooks Endpoint
After obtaining your authorization token, you can access the Get List of Smart Contract Webhooks endpoint provided by Overledger's API. You can find detailed information about this endpoint in our API reference documentation under Manage Webhooks for Smart Contract Events.
By following these steps, you can efficiently retrieve and manage the webhooks configured for a smart contract, enabling you to stay informed about relevant events and actions within your system.
Updated 8 months ago