Kobra API allows you to obtain results in real time through the use of webhooks
Kobra APIs available
- Visit: It allows to obtain the results of the visit do it by a Kobra agent.
About webhooks
A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information. A webhook delivers data to other applications as it happens, meaning you get data immediately. Unlike typical APIs where you would need to poll for data very frequently in order to get it real-time. This makes webhooks much more efficient for both provider and consumer.