Hi Team,
Admitkard recently was facing an issue where there async api was being delayed by a duration of 4 days, Async Apis can be used for multiple things most basically for creation, deletion of leads, activities and opportunities
Async api at times may face delay due to server overload.
In LeadSquared we use Async API for even better reliability and performance. In addition, by using asynchronous responses, your implementation can do other tasks while LeadSquared is retrieving your data.
The primary use case for Async API is when you don’t have a re-try mechanism to send leads, opportunities, and activities to LeadSquared.
We dont keep logs of async api however you can find the status of a particular async api through postman.
To find your API host and x-api-key,
Log in to your LeadSquared account and navigate to My Profile>Settings>API and Webhooks>Async API.
Alongside Enable Async API, click Yes.
Your API host and Key will both be visible on the page.
