Retrieve information about an account webhook
Introduction
This guide provides a detailed walkthrough on retrieving information about a webhook associated with an account. Following these steps, you'll be equipped to retrieve details of a previously created webhook for an account.
⚠️ Please note that you can only retrieve information about your created webhooks. If you haven't set up any webhooks for an account yet, 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 'retrieve information' webhook endpoint
Once your authorisation token is ready, call the 'retrieve information about an account' webhook endpoint provided by Overledger's API. This endpoint enables you to retrieve details of a specific webhook associated with an account. Specify the webhookId you obtained when setting up the webhook.
Refer to our API reference documentation under Manage webhooks for account updates for detailed information about this endpoint.
Following these steps, you'll seamlessly retrieve information about an account's webhook, gaining insights into its configuration.
Updated 8 months ago