Retrieve information about a smart contract event webhook
Introduction
This guide provides a detailed walkthrough on retrieving information about a smart contract's webhook. By following these steps, you'll be equipped to retrieve details of a previously created webhook for a smart contract.
⚠️ 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 Contractfor 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 Retrieve information about a smart contract Webhooks Endpoint
Once your authorisation token is ready, call the Retrieve Information about a Smart Contract Webhooks endpoint provided by Overledger's API. This endpoint enables you to retrieve details of a specific webhook associated with a smart contract. Specify the webhookId you obtained when setting up the webhook.
Refer to our API reference documentation under Manage Webhooks for Smart Contract Events for detailed information about this endpoint.
Following these steps, you'll seamlessly retrieve information about a smart contract's webhook, gaining insights into its configuration.
Updated 6 months ago