Webhooks provide a way for your application to receive real time notifications about events from our API endpoints. With webhooks, you don’t have to constantly check for updates manually and your application is able to perform certain actions based on the response from our endpoints.
Setting up webhooks
To set up webhooks with our API, you would need to create a URL on your server to handle the incoming webhook data. Once this is created, it can be configured with our APIs.