if i have created a lead ,the sync api gives the response
if i have deleted a lead,the sync api does not give the response.
But in documentation,it is mentioned as deleted events also be given in sync api response.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
It's expected behavior. As a solution - we can recommend that you can focus on the status code. For example, 200 status is the standard response for successful HTTP requests. Postman is a popular app for testing APIs.
Thanks,