Solved
How to check that email was not delivered via API(email is not exists or invalid)
I want to know for sure that email was delivered, if so I consider it as successful send, no action required if not I need to do some stuff.
How can I check that email was not delivered through API

